mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-06 16:20:26 +08:00
Added header comments for through
This commit is contained in:
Vendored
+5
-2
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user