permanent-waves/node_modules/lodash.snakecase
2024-07-20 14:41:35 -05:00
..
index.js move the whole thing to node 2024-07-20 14:41:35 -05:00
LICENSE move the whole thing to node 2024-07-20 14:41:35 -05:00
package.json move the whole thing to node 2024-07-20 14:41:35 -05:00
README.md move the whole thing to node 2024-07-20 14:41:35 -05:00

lodash.snakecase v4.1.1

The lodash method _.snakeCase exported as a Node.js module.

Installation

Using npm:

$ {sudo -H} npm i -g npm
$ npm i --save lodash.snakecase

In Node.js:

var snakeCase = require('lodash.snakecase');

See the documentation or package source for more details.