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
/
types.ts
4 lines
(2 loc)
•
148 B
text/typescript
View Raw
1
2
3
4
export
type
EastAsianWidth
=
"N"
|
"Na"
|
"W"
|
"F"
|
"H"
|
"A"
;
export
type
EAWDef
=
readonly
[
start
:
number
,
end
:
number
,
prop
:
EastAsianWidth
];