overwrite should allow custom key to store overwritten value in to
Open
- Dominant language
- JavaScript
- Stars
- 1.8k
- Forks
- 197
- PR merge metrics
- No merged PRs in 30d
Description
Using `$` for example:
``` js
unflatten({
'TRAVIS': 'true',
'TRAVIS_DIR': '/home/travis/build/kvz/environmental'
}, { overwrite: true })
// TRAVIS: {
// $: 'true',
// DIR: '/home/travis/build/kvz/environmental'
// }
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.