UNPKG

param-case

Version:

Transform into a lower cased string with dashes between words

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