UNPKG
lambdafs
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
Efficient (de)compression package for AWS Lambda
github.com/alixaxel/lambdafs
alixaxel/lambdafs
lambdafs
/
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
;