lodash.tolower
v4.1.2
Published
The lodash method `_.toLower` exported as a module.
Downloads
31,238
Readme
lodash.tolower v4.1.2
The lodash method _.toLower
exported as a Node.js module.
Installation
Using npm:
$ {sudo -H} npm i -g npm
$ npm i --save lodash.tolower
In Node.js:
var toLower = require('lodash.tolower');
See the documentation or package source for more details.