mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-17 12:16:38 +08:00
7 lines
305 B
TypeScript
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;
|