yield-stream
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -15,2 +15,2 @@ /** | ||
*/ | ||
export type Transform = (chunk?: Uint8Array) => AsyncGenerator<Uint8Array>; | ||
export type Transform<Chunk = Uint8Array> = (chunk?: Chunk) => AsyncGenerator<Chunk>; |
{ | ||
"name": "yield-stream", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
7140