From ec27374e4185d3686bf20ff4db77483c22515d63 Mon Sep 17 00:00:00 2001 From: Andrew Gaspar Date: Thu, 15 Aug 2013 21:45:15 -0500 Subject: [PATCH] Added header comments for through --- through/through.d.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/through/through.d.ts b/through/through.d.ts index 969d003d9..d348c5d18 100644 --- a/through/through.d.ts +++ b/through/through.d.ts @@ -1,7 +1,10 @@ +// Type definitions for through +// Project: https://github.com/dominictarr/through +// Definitions by: Andrew Gaspar +// Definitions: https://github.com/borisyankov/DefinitelyTyped + /// - - declare module "through" { import Stream = require("stream");