DefinitelyTyped/types/async.nexttick/index.d.ts
Nathan Shively-Sanders 9ef3f65ace More cleanup
2019-02-11 17:34:36 -08:00

7 lines
292 B
TypeScript

// Type definitions for async.nexttick 0.5
// Project: https://github.com/caolan/async
// Definitions by: Damien "pyrho" Rajon <https://github.com/pyrho>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export function nextTick(callback: () => void, ...args: any[]): void;