mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-13 08:42:31 +00:00
421 B
421 B
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