Files
DefinitelyTyped/types/timeout/index.d.ts
2020-04-13 15:34:31 -07:00

7 lines
290 B
TypeScript

// Type definitions for timeout 0.2
// Project: https://github.com/amccollum/timeout
// Definitions by: newt <https://github.com/itsnewt>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export function timeout(name?: string, ms?: number, callback?: () => void): string;