@types/whatwg-streams
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -98,3 +98,3 @@ // Type definitions for Streams API | ||
start?(controller: WritableStreamDefaultController): void | Promise<void>; | ||
write?(chunk: any, controller?: WritableStreamDefaultController): void | Promise<any>; | ||
write?(chunk: any, controller?: WritableStreamDefaultController): any; | ||
close?(controller: WritableStreamDefaultController): void | Promise<void>; | ||
@@ -101,0 +101,0 @@ abort?(reason: string): void | Promise<void>; |
{ | ||
"name": "@types/whatwg-streams", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "TypeScript definitions for Streams API", | ||
"license": "MIT", | ||
"author": "Kagami Sascha Rosylight <https://github.com/saschanaz>", | ||
"contributors": [ | ||
{ | ||
"name": "Kagami Sascha Rosylight", | ||
"url": "https://github.com/saschanaz" | ||
} | ||
], | ||
"main": "", | ||
@@ -15,3 +20,4 @@ "repository": { | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "57fe3ffbae752f6813a43a4c705e4bdcc953578493bd1aa57728ad8dfa4d8257" | ||
"typesPublisherContentHash": "d2735a57b85944094177aed8daa33ab1c4f3eb64167488124e12c0d9d77109bf", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,8 +8,7 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/whatwg-streams | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/whatwg-streams | ||
Additional Details | ||
* Last updated: Thu, 15 Dec 2016 16:51:52 GMT | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Last updated: Tue, 18 Apr 2017 15:11:46 GMT | ||
* Dependencies: none | ||
* Global values: ByteLengthQueuingStrategy, CountQueuingStrategy, ReadableByteStreamController, ReadableStream, ReadableStreamBYOBReader, ReadableStreamBYOBRequest, ReadableStreamDefaultController, ReadableStreamDefaultReader, WritableStream, WritableStreamDefaultController, WritableStreamDefaultWriter | ||
@@ -16,0 +15,0 @@ |
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
7051
105
17