Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Clock

Hierarchy

Index

Methods

clearTimeout

  • clearTimeout(id: any): void

setTimeout

  • setTimeout(fn: (...args: any[]) => void, timeout: number): any
  • Parameters

    • fn: (...args: any[]) => void
        • (...args: any[]): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    • timeout: number

    Returns any

Generated using TypeDoc