tjmehta opened this issue 9 years ago · 0 comments
var opts = {} defaults(opts, { 'foo.bar': 'hai' }) console.log(opts.foo.bar) // "hai"