mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
7 lines
292 B
TypeScript
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;
|