UNPKG

text-param-case

Version:

Convert into a lower cased text with dashes between words

4 lines (3 loc) 138 B
import { Options } from "text-dot-case"; export { Options }; export declare function paramCase(input: string, options?: Options): string;