AJNB 376d9cfaf8 hjj | 2 ヶ月 前 | |
---|---|---|
.. | ||
LICENSE | 2 ヶ月 前 | |
README.md | 2 ヶ月 前 | |
index.js | 2 ヶ月 前 | |
package.json | 2 ヶ月 前 |
The lodash method _.kebabCase
exported as a Node.js module.
Using npm:
$ {sudo -H} npm i -g npm
$ npm i --save lodash.kebabcase
In Node.js:
var kebabCase = require('lodash.kebabcase');
See the documentation or package source for more details.