UNPKG

canonical

Version:

Canonical code style linter and formatter for JavaScript, SCSS, CSS and JSON.

19 lines (13 loc) 481 B
# lodash.capitalize v3.1.2 The [lodash](https://lodash.com/) method `_.capitalize` exported as a [Node.js](https://nodejs.org/) module. ## Installation Using npm: ```bash $ {sudo -H} npm i -g npm $ npm i --save lodash.capitalize ``` In Node.js: ```js var capitalize = require('lodash.capitalize'); ``` See the [documentation](https://lodash.com/docs#capitalize) or [package source](https://github.com/lodash/lodash/blob/3.1.2-npm-packages/lodash.capitalize) for more details.