UNPKG

map-transform-cjs

Version:
9 lines (6 loc) 404 B
import { Options, DataMapperWithState, Path, Operation } from '../types.cjs'; declare function pathGetter(path?: string | null, _options?: Options): DataMapperWithState; declare function pathSetter(path?: string | null, options?: Options): DataMapperWithState; declare const get: (path: Path) => Operation[]; declare const set: (path: Path) => Operation[]; export { get, pathGetter, pathSetter, set };