UNPKG
base69
Version:
latest (0.1.0)
0.1.0
0.0.1
Base69 encoding. Nice!
github.com/pshihn/base69
pshihn/base69
base69
/
base64.d.ts
3 lines
(2 loc)
•
118 B
TypeScript
View Raw
1
2
3
export
declare
function
encode
(
bytes
:
Uint8Array
):
string
;
export
declare
function
decode
(
value
:
string
):
Uint8Array
;