export type EastAsianWidth = "N" | "Na" | "W" | "F" | "H" | "A";

export type EAWDef = readonly [start: number, end: number, prop: EastAsianWidth];
