mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-07-03 09:35:00 +00:00
feat!: rework library (#27)
This commit is contained in:
19
docs/api/exports/utils/functions/base64ToU8.md
Normal file
19
docs/api/exports/utils/functions/base64ToU8.md
Normal file
@@ -0,0 +1,19 @@
|
||||
[googlevideo](../../../README.md) / [exports/utils](../README.md) / base64ToU8
|
||||
|
||||
# Function: base64ToU8()
|
||||
|
||||
> **base64ToU8**(`base64`): `Uint8Array`
|
||||
|
||||
Defined in: [src/utils/shared.ts:67](https://github.com/LuanRT/googlevideo/blob/cc730b4dbadc5ae882d6aa28d716e442943577fa/src/utils/shared.ts#L67)
|
||||
|
||||
Converts a Base64 string to a Uint8Array.
|
||||
|
||||
## Parameters
|
||||
|
||||
### base64
|
||||
|
||||
`string`
|
||||
|
||||
## Returns
|
||||
|
||||
`Uint8Array`
|
||||
Reference in New Issue
Block a user