UNPKG

map-transform-cjs

Version:
6 lines (3 loc) 159 B
import { Pipeline, Operation } from '../types.js'; declare function pipe(defs?: Pipeline, doReturnContext?: boolean): Operation; export { pipe as default };