mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-16 19:12:24 +00:00
chore(docs): Update API ref
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/SimpleCardContent.ts:17](https://github.com/LuanRT/YouTube.js/blob/305a398158a6cac82e6ef288fed4bf1661c89d52/src/parser/classes/SimpleCardContent.ts#L17)
|
||||
[src/parser/classes/SimpleCardContent.ts:17](https://github.com/LuanRT/YouTube.js/blob/fc5571629eca037af7de03f4b903da6add1f300b/src/parser/classes/SimpleCardContent.ts#L17)
|
||||
|
||||
## Properties
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/SimpleCardContent.ts:14](https://github.com/LuanRT/YouTube.js/blob/305a398158a6cac82e6ef288fed4bf1661c89d52/src/parser/classes/SimpleCardContent.ts#L14)
|
||||
[src/parser/classes/SimpleCardContent.ts:14](https://github.com/LuanRT/YouTube.js/blob/fc5571629eca037af7de03f4b903da6add1f300b/src/parser/classes/SimpleCardContent.ts#L14)
|
||||
|
||||
***
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/SimpleCardContent.ts:12](https://github.com/LuanRT/YouTube.js/blob/305a398158a6cac82e6ef288fed4bf1661c89d52/src/parser/classes/SimpleCardContent.ts#L12)
|
||||
[src/parser/classes/SimpleCardContent.ts:12](https://github.com/LuanRT/YouTube.js/blob/fc5571629eca037af7de03f4b903da6add1f300b/src/parser/classes/SimpleCardContent.ts#L12)
|
||||
|
||||
***
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/SimpleCardContent.ts:15](https://github.com/LuanRT/YouTube.js/blob/305a398158a6cac82e6ef288fed4bf1661c89d52/src/parser/classes/SimpleCardContent.ts#L15)
|
||||
[src/parser/classes/SimpleCardContent.ts:15](https://github.com/LuanRT/YouTube.js/blob/fc5571629eca037af7de03f4b903da6add1f300b/src/parser/classes/SimpleCardContent.ts#L15)
|
||||
|
||||
***
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/SimpleCardContent.ts:10](https://github.com/LuanRT/YouTube.js/blob/305a398158a6cac82e6ef288fed4bf1661c89d52/src/parser/classes/SimpleCardContent.ts#L10)
|
||||
[src/parser/classes/SimpleCardContent.ts:10](https://github.com/LuanRT/YouTube.js/blob/fc5571629eca037af7de03f4b903da6add1f300b/src/parser/classes/SimpleCardContent.ts#L10)
|
||||
|
||||
***
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/SimpleCardContent.ts:13](https://github.com/LuanRT/YouTube.js/blob/305a398158a6cac82e6ef288fed4bf1661c89d52/src/parser/classes/SimpleCardContent.ts#L13)
|
||||
[src/parser/classes/SimpleCardContent.ts:13](https://github.com/LuanRT/YouTube.js/blob/fc5571629eca037af7de03f4b903da6add1f300b/src/parser/classes/SimpleCardContent.ts#L13)
|
||||
|
||||
***
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/SimpleCardContent.ts:11](https://github.com/LuanRT/YouTube.js/blob/305a398158a6cac82e6ef288fed4bf1661c89d52/src/parser/classes/SimpleCardContent.ts#L11)
|
||||
[src/parser/classes/SimpleCardContent.ts:11](https://github.com/LuanRT/YouTube.js/blob/fc5571629eca037af7de03f4b903da6add1f300b/src/parser/classes/SimpleCardContent.ts#L11)
|
||||
|
||||
***
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/305a398158a6cac82e6ef288fed4bf1661c89d52/src/parser/helpers.ts#L8)
|
||||
[src/parser/helpers.ts:8](https://github.com/LuanRT/YouTube.js/blob/fc5571629eca037af7de03f4b903da6add1f300b/src/parser/helpers.ts#L8)
|
||||
|
||||
***
|
||||
|
||||
@@ -114,7 +114,7 @@
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/SimpleCardContent.ts:8](https://github.com/LuanRT/YouTube.js/blob/305a398158a6cac82e6ef288fed4bf1661c89d52/src/parser/classes/SimpleCardContent.ts#L8)
|
||||
[src/parser/classes/SimpleCardContent.ts:8](https://github.com/LuanRT/YouTube.js/blob/fc5571629eca037af7de03f4b903da6add1f300b/src/parser/classes/SimpleCardContent.ts#L8)
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -134,17 +134,25 @@ Cast to one of the given types.
|
||||
|
||||
• ...**types**: `K`
|
||||
|
||||
The types to cast to
|
||||
|
||||
#### Returns
|
||||
|
||||
`InstanceType`\<`K`\[`number`\]\>
|
||||
|
||||
The node cast to one of the given types
|
||||
|
||||
#### Throws
|
||||
|
||||
If the node is not of the given type
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[`YTNode`](../../Helpers/classes/YTNode.md).[`as`](../../Helpers/classes/YTNode.md#as)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/helpers.ts:35](https://github.com/LuanRT/YouTube.js/blob/305a398158a6cac82e6ef288fed4bf1661c89d52/src/parser/helpers.ts#L35)
|
||||
[src/parser/helpers.ts:38](https://github.com/LuanRT/YouTube.js/blob/fc5571629eca037af7de03f4b903da6add1f300b/src/parser/helpers.ts#L38)
|
||||
|
||||
***
|
||||
|
||||
@@ -178,7 +186,7 @@ Whether the node has the key
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/helpers.ts:47](https://github.com/LuanRT/YouTube.js/blob/305a398158a6cac82e6ef288fed4bf1661c89d52/src/parser/helpers.ts#L47)
|
||||
[src/parser/helpers.ts:50](https://github.com/LuanRT/YouTube.js/blob/fc5571629eca037af7de03f4b903da6add1f300b/src/parser/helpers.ts#L50)
|
||||
|
||||
***
|
||||
|
||||
@@ -212,7 +220,7 @@ whether the node is of the given type
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/helpers.ts:28](https://github.com/LuanRT/YouTube.js/blob/305a398158a6cac82e6ef288fed4bf1661c89d52/src/parser/helpers.ts#L28)
|
||||
[src/parser/helpers.ts:28](https://github.com/LuanRT/YouTube.js/blob/fc5571629eca037af7de03f4b903da6add1f300b/src/parser/helpers.ts#L28)
|
||||
|
||||
***
|
||||
|
||||
@@ -250,4 +258,4 @@ If the node does not have the key
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/helpers.ts:57](https://github.com/LuanRT/YouTube.js/blob/305a398158a6cac82e6ef288fed4bf1661c89d52/src/parser/helpers.ts#L57)
|
||||
[src/parser/helpers.ts:60](https://github.com/LuanRT/YouTube.js/blob/fc5571629eca037af7de03f4b903da6add1f300b/src/parser/helpers.ts#L60)
|
||||
|
||||
Reference in New Issue
Block a user