googlevideo / exports/utils / base64ToU8
Function: base64ToU8()
base64ToU8(
base64
):Uint8Array
Defined in: codeberg/googlevideo/src/utils/shared.ts:79
Converts a Base64 string to a Uint8Array.
Parameters
base64
string
Returns
Uint8Array
googlevideo / exports/utils / base64ToU8
base64ToU8(
base64
):Uint8Array
Defined in: codeberg/googlevideo/src/utils/shared.ts:79
Converts a Base64 string to a Uint8Array.
string
Uint8Array