isFullWidth.d.ts 81 B

1234
  1. declare function isFullWidth(codePoint: number): boolean;
  2. export = isFullWidth;