Function create_interval

  • Parameters

    • period_ms: any
    • callback: any

    Returns {
        destroy: (() => void);
    }

    • destroy: (() => void)
        • (): void
        • Returns void

Generated using TypeDoc