mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-19 11:41:17 +00:00
400 B
400 B
googlevideo / exports/utils / base64ToU8
Function: base64ToU8()
base64ToU8(
base64):Uint8Array
Defined in: src/utils/shared.ts:67
Converts a Base64 string to a Uint8Array.
Parameters
base64
string
Returns
Uint8Array