mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Added header for async.nexttick definitions
This commit is contained in:
5
types/async.nexttick/index.d.ts
vendored
5
types/async.nexttick/index.d.ts
vendored
@@ -1 +1,6 @@
|
||||
// Type definitions for async.nexttick 0.5.2
|
||||
// Project: https://www.npmjs.com/package/async.nexttick
|
||||
// Definitions by: Damien "pyrho" Rajon <https://github.com/pyrho>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
export default function nextTick(callback: () => void, ...args: any[]): void;
|
||||
|
||||
Reference in New Issue
Block a user