UNPKG

meaw

Version:

Utilities for Unicode East Asian Width

5 lines (4 loc) 198 B
export type { EastAsianWidth } from "./types"; export { version as eawVersion } from "./defs"; export { getEAW, getEAWOfCodePoint } from "./get-eaw"; export { computeWidth } from "./compute-width";