mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
10 lines
329 B
TypeScript
10 lines
329 B
TypeScript
// Type definitions for setasap 2.0
|
|
// Project: https://github.com/taylorhakes/setAsap
|
|
// Definitions by: Daniel Cassidy <https://github.com/djcsdy>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
export = setAsap;
|
|
export as namespace setAsap;
|
|
|
|
declare function setAsap(handler: (() => void) | string): void;
|