UNPKG

map-transform

Version:

Map and transform objects with mapping definitions

3 lines (2 loc) 141 B
import type { Pipeline, Operation } from '../types.js'; export default function pipe(defs?: Pipeline, doReturnContext?: boolean): Operation;