UNPKG
tsmaz
Version:
latest (1.5.0)
1.5.0
1.4.0
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.3
1.0.2
1.0.0
TypeScript port of the smaz string compression library
github.com/remusao/tsmaz
remusao/tsmaz
tsmaz
/
dist
/
src
/
dictionary.d.ts
3 lines
(2 loc)
•
63 B
TypeScript
View Raw
1
2
3
declare
const
dictionary
:
string
[];
export
default
dictionary;