UNPKG

stream-chain

Version:

Chain functions, generators, Node streams, and Web streams into a pipeline with backpressure support.

5 lines (4 loc) 229 B
export {default as jsonlParser} from './parser.js'; export {default as jsonlStringer} from './stringer.js'; export type {JsonlParserOptions, JsonlItem} from './parser.js'; export type {JsonlStringerOptions} from './stringer.js';