3 lines
68 B

declare function strWidth(str: string): number;
export = strWidth;