mirror of
https://github.com/sablierapp/sablier.git
synced 2026-01-03 03:27:28 +01:00
481 B
481 B
lodash.capitalize v4.2.1
The lodash method _.capitalize exported as a Node.js module.
Installation
Using npm:
$ {sudo -H} npm i -g npm
$ npm i --save lodash.capitalize
In Node.js:
var capitalize = require('lodash.capitalize');
See the documentation or package source for more details.