mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-13 00:32:11 +00:00
409 B
409 B
googlevideo / exports/utils / u8ToBase64
Function: u8ToBase64()
u8ToBase64(
u8):string
Defined in: codeberg/googlevideo/src/utils/shared.ts:71
Converts a Uint8Array to a Base64 string.
Parameters
u8
Uint8Array
Returns
string