Added header comments for through

This commit is contained in:
Andrew Gaspar
2013-08-15 21:45:15 -05:00
parent 37c0cec6d4
commit ec27374e41
+5 -2
View File
@@ -1,7 +1,10 @@
// Type definitions for through
// Project: https://github.com/dominictarr/through
// Definitions by: Andrew Gaspar <https://github.com/AndrewGaspar/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../node/node.d.ts" />
declare module "through" {
import Stream = require("stream");