Files
DefinitelyTyped/types/async.nexttick/index.d.ts
2017-06-28 18:27:30 +02:00

7 lines
305 B
TypeScript

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