Namespace: Base64
values.Base64
Functions
byteLength
▸ byteLength(b64
): number
Parameters
Name | Type |
---|---|
b64 | string |
Returns
number
Defined in
toByteArray
▸ toByteArray(b64
): Uint8Array
Parameters
Name | Type |
---|---|
b64 | string |
Returns
Uint8Array
Defined in
fromByteArray
▸ fromByteArray(uint8
): string
Parameters
Name | Type |
---|---|
uint8 | Uint8Array |
Returns
string