diff --git a/types/async.nexttick/index.d.ts b/types/async.nexttick/index.d.ts index 7db4a43d87..8971239963 100644 --- a/types/async.nexttick/index.d.ts +++ b/types/async.nexttick/index.d.ts @@ -1 +1,6 @@ +// Type definitions for async.nexttick 0.5.2 +// Project: https://www.npmjs.com/package/async.nexttick +// Definitions by: Damien "pyrho" Rajon +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + export default function nextTick(callback: () => void, ...args: any[]): void;