UNPKG
dropflow
Version:
latest (0.6.1)
0.6.1
0.6.0
0.5.1
0.5.0
0.4.0
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
A small CSS2 document renderer built from specifications
dropflow
/
dist
/
src
/
trie-derived-core-properties.d.ts
6 lines
(5 loc)
•
207 B
TypeScript
View Raw
1
2
3
4
5
6
import
UnicodeTrie
from
'./text-unicode-trie.js'
;
export
declare
const
InCB
_Consonant =
1
;
export
declare
const
InCB
_Extend =
2
;
export
declare
const
InCB
_Linker =
3
;
export
declare
const
trie
:
UnicodeTrie
;