UNPKG

@beenotung/tslib

Version:
3 lines (2 loc) 130 B
/** count how many full-width characters in the given string */ export declare function countFullWidthChars(str: string): number;