scramjet-core
Advanced tools
Comparing version 4.30.0 to 4.30.1
@@ -82,3 +82,3 @@ const {PromiseTransformStream} = require("./util/promise-transform-stream"); | ||
* | ||
* @param {Array|Iterable<any>|AsyncGeneratorFunction|GeneratorFunction|AsyncFunction|Promise|Function|string|Readable} input argument to be turned into new stream | ||
* @param {Array|Iterable<any>|AsyncGeneratorFunction|GeneratorFunction|AsyncFunction|Promise<any>|Function|string|Readable} input argument to be turned into new stream | ||
* @param {DataStreamOptions|Writable} [options={}] options for creation of a new stream or the target stream | ||
@@ -85,0 +85,0 @@ * @param {any[]} ...args additional arguments for the stream - will be passed to the function or generator |
{ | ||
"name": "scramjet-core", | ||
"version": "4.30.0", | ||
"version": "4.30.1", | ||
"description": "A pluggable minimal version of Scramjet that focuses only on stream transform and exposes only core features", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
236681