UNPKG

@cookbook/dot-notation

Version:

Object readings and complex transformations using dot notation syntax.

5 lines 159 B
import pick from './pick'; import parse from './parse'; import parseKey from './parse-key'; export { pick, parse, parseKey }; //# sourceMappingURL=index.js.map