@types/set-accurate-timeout
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Installation

npm install --save @types/set-accurate-timeout

Summary

This package contains type definitions for set-accurate-timeout (https://gitlab.com/notacircle/set-accurate-timeout).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/set-accurate-timeout.

index.d.ts

/**
 * @param callback This callback is called when the specified delay is passed
 * @param delay The time (in milliseconds) to wait, before calling the callback
 */
declare function setAccurateTimeout(callback: (...args: any[]) => void, delay: number): void;

export = setAccurateTimeout;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by Priyanshu Rav.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/set-accurate-timeout

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

3.23 kB

Total Files

5

Last publish

Collaborators

  • types