frontend/.pnpm-store/v3/files/d7/fd216d536c118614fd11f887026e028463b66ca05198fad8ae02bf35bc39145b86c43e4f65092ce995427a8d761f7b39f3733ee02f2c976f3f1909f193c7d7

4 lines
106 B
Plaintext

declare function noCase (value: string, locale?: string, replacement?: string): string;
export = noCase;