strWidth.d.ts 68 B

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