isFullWidth.d.ts 81 B

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