UNPKG

stream-chain

Version:

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

11 lines (7 loc) 373 B
// @ts-self-types="./index.d.ts" // Curated barrel for the Node-flavored JSONL entry points: the two bundled // factories under their canonical names. Not a catch-all re-export of the whole // `jsonl/` tree — just the substrate's parser + stringer. import jsonlParser from './parser.js'; import jsonlStringer from './stringer.js'; export {jsonlParser, jsonlStringer};