no-case.d.ts 106 B

123
  1. declare function noCase (value: string, locale?: string, replacement?: string): string;
  2. export = noCase;