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'}

/underscore-keys/

    Package Sidebar

    Install

    npm i underscore-keys

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • bendrucker