Added header for async.nexttick definitions

This commit is contained in:
Damien Rajon
2017-06-27 23:22:51 +02:00
parent c06dcc56c2
commit b8fa44da61

View File

@@ -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;