UNPKG
meaw
Version:
latest (10.0.0)
10.0.0
9.1.0
9.0.0
8.0.1
8.0.0
7.0.0
6.0.0
5.0.0
4.3.0
4.2.0
4.1.0
4.0.0
3.0.0
2.0.0
1.0.0
Utilities for Unicode East Asian Width
github.com/susisu/meaw
susisu/meaw
meaw
/
src
/
index.ts
5 lines
(4 loc)
•
198 B
text/typescript
View Raw
1
2
3
4
5
export
type
{
EastAsianWidth
}
from
"./types"
;
export
{ version
as
eawVersion }
from
"./defs"
;
export
{ getEAW, getEAWOfCodePoint }
from
"./get-eaw"
;
export
{ computeWidth }
from
"./compute-width"
;