0.0.3 • Published 6 years ago

dotdef v0.0.3

Weekly downloads
110
License
MIT
Repository
github
Last release
6 years ago

dotdef Build Status Greenkeeper badge

Dot definition for objects

Install

Use it as an npm package:

npm install dotdef

Usage

const dotdef = require('dotdef');

const myObj = dotdef({
  'foo.bar.baz': 123,
  'foo.bar.quux': 456
}); // { foo: { bar: { baz: 123, quux: 456 } } }

License

MIT

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

7 years ago