UNPKG
prowler-sdk-poc
Version:
latest (0.0.1)
0.0.1
0.0.0
# Python
github.com/mmuller88/prowler-sdk-poc
mmuller88/prowler-sdk-poc
prowler-sdk-poc
/
node_modules
/
base64-js
/
index.d.ts
4 lines
(3 loc)
•
161 B
TypeScript
View Raw
1
2
3
4
export
function
byteLength
(
b64
:
string
):
number
;
export
function
toByteArray
(
b64
:
string
):
Uint8Array
;
export
function
fromByteArray
(
uint8
:
Uint8Array
):
string
;