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");