deburr.d.ts 64 B

123
  1. declare function deburr(str: string): string;
  2. export = deburr;