UNPKG
base2048
Version:
latest (3.0.0)
3.0.0
2.0.2
2.0.1
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.2052
0.0.2051
0.0.2050
0.0.2049
0.0.2048
Binary encoding optimised for Twitter
github.com/qntm/base2048
qntm/base2048
base2048
/
typings
/
index.d.ts
3 lines
(2 loc)
•
125 B
TypeScript
View Raw
1
2
3
export
declare
const
encode
:
(
uint8Array
:
Uint8Array
) =>
string
;
export
declare
const
decode
:
(
str
:
string
) =>
Uint8Array
;