mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-18 19:22:25 +00:00
388 B
388 B
googlevideo / exports/utils / u8ToBase64
Function: u8ToBase64()
u8ToBase64(
u8):string
Defined in: src/utils/shared.ts:71
Converts a Uint8Array to a Base64 string.
Parameters
u8
Uint8Array
Returns
string