The lodash method `_.snakeCase` exported as a module.
npm install lodash.snakecaseThe lodash method _.snakeCase exported as a Node.js module.
Using npm:
``bash`
$ {sudo -H} npm i -g npm
$ npm i --save lodash.snakecase
In Node.js:
`js``
var snakeCase = require('lodash.snakecase');
See the documentation or package source for more details.