From b8fa44da6133029913edd27e4d14b8e916664305 Mon Sep 17 00:00:00 2001 From: Damien Rajon Date: Tue, 27 Jun 2017 23:22:51 +0200 Subject: [PATCH] Added header for async.nexttick definitions --- types/async.nexttick/index.d.ts | 5 +++++ 1 file changed, 5 insertions(+) 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;