mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-16 19:12:24 +00:00
20 lines
482 B
Markdown
20 lines
482 B
Markdown
[youtubei.js](../../../README.md) / [Parser](../README.md) / applyMutations
|
|
|
|
# Function: applyMutations()
|
|
|
|
> **applyMutations**(`memo`, `mutations`): `void`
|
|
|
|
## Parameters
|
|
|
|
• **memo**: [`Memo`](../../Helpers/classes/Memo.md)
|
|
|
|
• **mutations**: [`RawNode`](../../APIResponseTypes/type-aliases/RawNode.md)[]
|
|
|
|
## Returns
|
|
|
|
`void`
|
|
|
|
## Defined in
|
|
|
|
[src/parser/parser.ts:765](https://github.com/LuanRT/YouTube.js/blob/e54e499ff553dab51e6d9d1aebc090b50fec29ba/src/parser/parser.ts#L765)
|