UNPKG

@types/stream-array

Version:
8 lines (4 loc) 150 B
/// <reference types="node" /> import { Readable } from "stream"; declare function streamify(array: readonly any[]): Readable; export = streamify;