strWidth.d.ts 68 B

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