UNPKG

@cookbook/dot-notation

Version:

Object readings and complex transformations using dot notation syntax.

3 lines 129 B
const toArray = (value) => (Array.isArray(value) ? value : [value]); export default toArray; //# sourceMappingURL=to-array.js.map