4 lines
106 B
Plaintext
4 lines
106 B
Plaintext
declare function noCase (value: string, locale?: string, replacement?: string): string;
|
|
|
|
export = noCase;
|