fix: init
This commit is contained in:
4
test/Test/Pipes.Node.Stream.js
Normal file
4
test/Test/Pipes.Node.Stream.js
Normal file
@@ -0,0 +1,4 @@
|
||||
import Stream from 'stream'
|
||||
|
||||
/** @type {(a: Array<unknown>) => Stream.Readable}*/
|
||||
export const readableFromArray = a => Stream.Readable.from(a)
|
||||
Reference in New Issue
Block a user