mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-15 10:32:14 +00:00
18 lines
491 B
Markdown
18 lines
491 B
Markdown
[youtubei.js](../../../README.md) / [Parser](../README.md) / parseC
|
|
|
|
# Function: parseC()
|
|
|
|
> **parseC**(`data`): `null` \| [`Continuation`](../../../classes/Continuation.md)
|
|
|
|
## Parameters
|
|
|
|
• **data**: [`RawNode`](../../APIResponseTypes/type-aliases/RawNode.md)
|
|
|
|
## Returns
|
|
|
|
`null` \| [`Continuation`](../../../classes/Continuation.md)
|
|
|
|
## Defined in
|
|
|
|
[src/parser/parser.ts:714](https://github.com/LuanRT/YouTube.js/blob/4ae0cc5c523a2080e68d6c0c1437c78fe318ea30/src/parser/parser.ts#L714)
|