4 lines
90 B
Plaintext
4 lines
90 B
Plaintext
declare function paramCase (value: string, locale?: string): string;
|
|
|
|
export = paramCase;
|