UNPKG

meaw

Version:

Utilities for Unicode East Asian Width

6 lines (5 loc) 259 B
export type { EastAsianWidth } from "./types"; export { version as eawVersion } from "./defs"; export { getEAW, getEAWOfCodePoint } from "./get-eaw"; // eslint-disable-next-line @typescript-eslint/no-deprecated export { computeWidth } from "./compute-width";