UNPKG
mina-attestations
Version:
latest (0.5.3)
0.5.3
0.5.2
0.5.1
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.8
Private Attestations on Mina
github.com/zksecurity/mina-attestations
zksecurity/mina-attestations
mina-attestations
/
build
/
src
/
email
/
base64.d.ts
4 lines
(3 loc)
•
176 B
TypeScript
View Raw
1
2
3
4
export
{ toBase64, fromBase64 };
declare
function
fromBase64
(
base64
:
string
):
Uint8Array
<
ArrayBuffer
>;
declare
function
toBase64
(
inputBytes
:
Uint8Array
|
ArrayBuffer
):
string
;