UNPKG

meaw

Version:

Utilities for Unicode East Asian Width

4 lines (2 loc) 148 B
export type EastAsianWidth = "N" | "Na" | "W" | "F" | "H" | "A"; export type EAWDef = readonly [start: number, end: number, prop: EastAsianWidth];