UNPKG

map-transform-cjs

Version:
6 lines (3 loc) 282 B
import { DataMapperWithOptions, AsyncDataMapperWithOptions, Operation } from '../types.js'; declare function transform(fn: DataMapperWithOptions | AsyncDataMapperWithOptions, revFn?: DataMapperWithOptions | AsyncDataMapperWithOptions): Operation; export { transform as default };