/** * @deprecated `pipe` is a generic stream-chain helper, not specific to JSON. * Import it from `stream-chain/utils/pipe.js`. This re-export is kept for * back-compat and will be removed in a future major. */ export {default, pipe} from 'stream-chain/utils/pipe.js';