stream-events
Advanced tools
Comparing version 1.0.4 to 1.0.5
import { Stream } from "stream"; | ||
declare function StreamEvents(stream: Stream): Stream; | ||
declare namespace StreamEvents {} | ||
declare function StreamEvents<StreamType extends Stream>(stream: StreamType) | ||
: StreamType; | ||
declare namespace StreamEvents { } | ||
export = StreamEvents |
{ | ||
"name": "stream-events", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Get an event when you're being sent data or asked for it.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
3028
29