mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-16 19:12:24 +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/e54e499ff553dab51e6d9d1aebc090b50fec29ba/src/utils/Utils.ts#L237)
|