UNPKG

map-transform-cjs

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