@types/through
Advanced tools
Comparing version 0.0.29 to 0.0.30
@@ -8,10 +8,11 @@ // Type definitions for through | ||
import stream = require('stream'); | ||
import stream = require("stream"); | ||
declare function through(write?: (data: any) => void, | ||
declare function through( | ||
write?: (data: any) => void, | ||
end?: () => void, | ||
opts?: { | ||
autoDestroy: boolean; | ||
}): through.ThroughStream; | ||
}, | ||
): through.ThroughStream; | ||
@@ -21,2 +22,3 @@ declare namespace through { | ||
autoDestroy: boolean; | ||
queue: (chunk: any) => any; | ||
} | ||
@@ -23,0 +25,0 @@ } |
{ | ||
"name": "@types/through", | ||
"version": "0.0.29", | ||
"version": "0.0.30", | ||
"description": "TypeScript definitions for through", | ||
@@ -9,9 +9,12 @@ "license": "MIT", | ||
"name": "Andrew Gaspar", | ||
"url": "https://github.com/AndrewGaspar" | ||
"url": "https://github.com/AndrewGaspar", | ||
"githubUsername": "AndrewGaspar" | ||
} | ||
], | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/through" | ||
}, | ||
@@ -22,4 +25,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "42a86d9942f62050a113e40dc355726730977fe92d4ec3bec12a9f20561d53e7", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "3996b1a279d089a058a1a75920fe1ecede23bfe41d1bacd479e0fef6bd998c70", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/through | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/through. | ||
Additional Details | ||
* Last updated: Mon, 21 Aug 2017 22:03:22 GMT | ||
* Dependencies: stream, node | ||
### Additional Details | ||
* Last updated: Tue, 21 Jan 2020 00:36:30 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Andrew Gaspar <https://github.com/AndrewGaspar>. | ||
These definitions were written by Andrew Gaspar (https://github.com/AndrewGaspar). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3087
20