![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | dist/ | 2 years ago | - | |
![]() | dist.es2015/ | 2 years ago | - | |
![]() | package.json | 2 years ago | 3.0K | |
![]() | README.md | 40 years ago | 1.0K | d7c1522 post receive test [كارل مبارك] |
![]() | LICENSE | 40 years ago | 1.1K |
Transform into a lower cased string with dashes between words.
npm install param-case --save
import { paramCase } from "param-case";
paramCase("string"); //=> "string"
paramCase("dot.case"); //=> "dot-case"
paramCase("PascalCase"); //=> "pascal-case"
paramCase("version 1.2.10"); //=> "version-1-2-10"
The function also accepts options
.
MIT