blob: 3acd2c2b2c53949b23414ac2319709fd5fa81590 [file] [log] [blame]
declare function noCase (value: string, locale?: string, replacement?: string): string;
export = noCase;