UNPKG
sophys
Version:
latest (4.0.26)
4.0.28
4.0.26
4.0.0-beta.1
Sophon wallet library.
octonion.institute/susy-js/sophys.js
sophys
/
utils
/
base64.d.ts
4 lines
(3 loc)
•
154 B
TypeScript
View Raw
1
2
3
4
import
{
Arrayish
}
from
'./bytes'
;
export
declare
function
decode
(
textData
:
string
):
Uint8Array
;
export
declare
function
encode
(
data
:
Arrayish
):
string
;