param-case.d.ts 90 Bytes
declare function paramCase (value: string, locale?: string): string;

export = paramCase;