mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-25 15:54:35 +00:00
7 lines
290 B
TypeScript
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;
|