DefinitelyTyped/types/next-tick/index.d.ts
2018-12-24 12:38:54 +01:00

9 lines
305 B
TypeScript

// Type definitions for next-tick 1.0
// Project: https://github.com/medikoo/next-tick#readme
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = nextTick;
declare function nextTick(callback: () => void): void;