deburr.d.ts 64 B

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