UNPKG

@cookbook/dot-notation

Version:

Object readings and complex transformations using dot notation syntax.

5 lines (4 loc) 126 B
import pick from './pick'; import parse from './parse'; import parseKey from './parse-key'; export { pick, parse, parseKey };