UNPKG

str-util

Version:

convert full/half width, Chinese/Japanese number, 中日漢字轉換... others util helper

8 lines (7 loc) 266 B
/** * Created by user on 2017/12/8/008. */ export declare function isFullwidthCodePoint(x: number): boolean; export declare function isFullWidth<T = number | string>(s: T): boolean; declare const _default: typeof import("./is-fullwidth"); export default _default;