mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-18 20:12:12 +00:00
18 lines
355 B
Markdown
18 lines
355 B
Markdown
[youtubei.js](../../../README.md) / [Utils](../README.md) / base64ToU8
|
|
|
|
# Function: base64ToU8()
|
|
|
|
> **base64ToU8**(`base64`): `Uint8Array`
|
|
|
|
## Parameters
|
|
|
|
• **base64**: `string`
|
|
|
|
## Returns
|
|
|
|
`Uint8Array`
|
|
|
|
## Defined in
|
|
|
|
[src/utils/Utils.ts:237](https://github.com/LuanRT/YouTube.js/blob/cf09f7bab14fcca99e1f3ae428c7337fea58cfa5/src/utils/Utils.ts#L237)
|