UNPKG

json-transforms

Version:

Provides a recursive, pattern-matching approach to transforming JSON data.

4 lines (3 loc) 164 B
export { default as identity } from './src/identity'; export { default as transform } from './src/transform'; export { default as pathRule } from './src/pathRule';