underscore-keys

1.0.0 • Public • Published

underscore-keys Build Status

Prefix object keys with an underscore

Install

$ npm install underscore-keys

API

underscoreKeys(obj) -> Object
underscoreKeys({foo: 'bar'})
// => {_foo: 'bar'}

Package Sidebar

Install

npm i underscore-keys

Weekly Downloads

3

Version

1.0.0

License

MIT

Last publish

Collaborators

  • bendrucker