UNPKG
@benfen/bcs
Version:
latest (0.1.0)
0.1.0
BCS - Canonical Binary Serialization implementation for JavaScript
@benfen/bcs
/
dist
/
b64.d.ts
3 lines
(2 loc)
•
143 B
TypeScript
View Raw
1
2
3
export
declare
function
fromB64
(
sBase64
:
string
,
nBlocksSize
?:
number
):
Uint8Array
;
export
declare
function
toB64
(
aBytes
:
Uint8Array
):
string
;