1
2
3
declare function paramCase (value: string, locale?: string): string;
 
export = paramCase;