chore(docs): update

This commit is contained in:
LuanRT
2026-05-07 14:38:16 -03:00
parent faaf5fc5c1
commit 03cb4d6801
859 changed files with 11610 additions and 9101 deletions

View File

@@ -2,7 +2,7 @@
# Class: ChannelError
Defined in: [src/utils/Utils.ts:60](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/utils/Utils.ts#L60)
Defined in: [src/utils/Utils.ts:60](https://github.com/LuanRT/YouTube.js/blob/faaf5fc5c15ff93eac8442b2fbdb4767d9a47b3f/src/utils/Utils.ts#L60)
## Extends
@@ -60,7 +60,7 @@ Defined in: node\_modules/typescript/lib/lib.es5.d.ts:1082
> `optional` **cause**: `unknown`
Defined in: node\_modules/typescript/lib/lib.es2022.error.d.ts:24
Defined in: node\_modules/typescript/lib/lib.es2022.error.d.ts:26
#### Inherited from
@@ -108,7 +108,7 @@ Defined in: node\_modules/typescript/lib/lib.es5.d.ts:1078
> `static` **stackTraceLimit**: `number`
Defined in: node\_modules/@types/node/globals.d.ts:162
Defined in: node\_modules/@types/node/globals.d.ts:67
The `Error.stackTraceLimit` property specifies the number of stack frames
collected by a stack trace (whether generated by `new Error().stack` or
@@ -130,7 +130,7 @@ not capture any frames.
> `static` **captureStackTrace**(`targetObject`, `constructorOpt?`): `void`
Defined in: node\_modules/@types/node/globals.d.ts:146
Defined in: node\_modules/@types/node/globals.d.ts:51
Creates a `.stack` property on `targetObject`, which when accessed returns
a string representing the location in the code at which
@@ -196,11 +196,35 @@ a();
***
### isError()
> `static` **isError**(`error`): `error is Error`
Defined in: node\_modules/typescript/lib/lib.esnext.error.d.ts:23
Indicates whether the argument provided is a built-in Error instance or not.
#### Parameters
##### error
`unknown`
#### Returns
`error is Error`
#### Inherited from
`Error.isError`
***
### prepareStackTrace()
> `static` **prepareStackTrace**(`err`, `stackTraces`): `any`
Defined in: node\_modules/@types/node/globals.d.ts:150
Defined in: node\_modules/@types/node/globals.d.ts:55
#### Parameters

View File

@@ -2,7 +2,7 @@
# Class: InnertubeError
Defined in: [src/utils/Utils.ts:28](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/utils/Utils.ts#L28)
Defined in: [src/utils/Utils.ts:28](https://github.com/LuanRT/YouTube.js/blob/faaf5fc5c15ff93eac8442b2fbdb4767d9a47b3f/src/utils/Utils.ts#L28)
## Extends
@@ -20,7 +20,7 @@ Defined in: [src/utils/Utils.ts:28](https://github.com/LuanRT/YouTube.js/blob/07
> **new InnertubeError**(`message`, `info?`): `InnertubeError`
Defined in: [src/utils/Utils.ts:33](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/utils/Utils.ts#L33)
Defined in: [src/utils/Utils.ts:33](https://github.com/LuanRT/YouTube.js/blob/faaf5fc5c15ff93eac8442b2fbdb4767d9a47b3f/src/utils/Utils.ts#L33)
#### Parameters
@@ -46,7 +46,7 @@ Defined in: [src/utils/Utils.ts:33](https://github.com/LuanRT/YouTube.js/blob/07
> `optional` **cause**: `unknown`
Defined in: node\_modules/typescript/lib/lib.es2022.error.d.ts:24
Defined in: node\_modules/typescript/lib/lib.es2022.error.d.ts:26
#### Inherited from
@@ -58,7 +58,7 @@ Defined in: node\_modules/typescript/lib/lib.es2022.error.d.ts:24
> **date**: `Date`
Defined in: [src/utils/Utils.ts:29](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/utils/Utils.ts#L29)
Defined in: [src/utils/Utils.ts:29](https://github.com/LuanRT/YouTube.js/blob/faaf5fc5c15ff93eac8442b2fbdb4767d9a47b3f/src/utils/Utils.ts#L29)
***
@@ -66,7 +66,7 @@ Defined in: [src/utils/Utils.ts:29](https://github.com/LuanRT/YouTube.js/blob/07
> `optional` **info**: `any`
Defined in: [src/utils/Utils.ts:31](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/utils/Utils.ts#L31)
Defined in: [src/utils/Utils.ts:31](https://github.com/LuanRT/YouTube.js/blob/faaf5fc5c15ff93eac8442b2fbdb4767d9a47b3f/src/utils/Utils.ts#L31)
***
@@ -110,7 +110,7 @@ Defined in: node\_modules/typescript/lib/lib.es5.d.ts:1078
> **version**: `string`
Defined in: [src/utils/Utils.ts:30](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/utils/Utils.ts#L30)
Defined in: [src/utils/Utils.ts:30](https://github.com/LuanRT/YouTube.js/blob/faaf5fc5c15ff93eac8442b2fbdb4767d9a47b3f/src/utils/Utils.ts#L30)
***
@@ -118,7 +118,7 @@ Defined in: [src/utils/Utils.ts:30](https://github.com/LuanRT/YouTube.js/blob/07
> `static` **stackTraceLimit**: `number`
Defined in: node\_modules/@types/node/globals.d.ts:162
Defined in: node\_modules/@types/node/globals.d.ts:67
The `Error.stackTraceLimit` property specifies the number of stack frames
collected by a stack trace (whether generated by `new Error().stack` or
@@ -140,7 +140,7 @@ not capture any frames.
> `static` **captureStackTrace**(`targetObject`, `constructorOpt?`): `void`
Defined in: node\_modules/@types/node/globals.d.ts:146
Defined in: node\_modules/@types/node/globals.d.ts:51
Creates a `.stack` property on `targetObject`, which when accessed returns
a string representing the location in the code at which
@@ -206,11 +206,35 @@ a();
***
### isError()
> `static` **isError**(`error`): `error is Error`
Defined in: node\_modules/typescript/lib/lib.esnext.error.d.ts:23
Indicates whether the argument provided is a built-in Error instance or not.
#### Parameters
##### error
`unknown`
#### Returns
`error is Error`
#### Inherited from
`Error.isError`
***
### prepareStackTrace()
> `static` **prepareStackTrace**(`err`, `stackTraces`): `any`
Defined in: node\_modules/@types/node/globals.d.ts:150
Defined in: node\_modules/@types/node/globals.d.ts:55
#### Parameters

View File

@@ -2,7 +2,7 @@
# Class: MissingParamError
Defined in: [src/utils/Utils.ts:48](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/utils/Utils.ts#L48)
Defined in: [src/utils/Utils.ts:48](https://github.com/LuanRT/YouTube.js/blob/faaf5fc5c15ff93eac8442b2fbdb4767d9a47b3f/src/utils/Utils.ts#L48)
## Extends
@@ -14,7 +14,7 @@ Defined in: [src/utils/Utils.ts:48](https://github.com/LuanRT/YouTube.js/blob/07
> **new MissingParamError**(`message`, `info?`): `MissingParamError`
Defined in: [src/utils/Utils.ts:33](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/utils/Utils.ts#L33)
Defined in: [src/utils/Utils.ts:33](https://github.com/LuanRT/YouTube.js/blob/faaf5fc5c15ff93eac8442b2fbdb4767d9a47b3f/src/utils/Utils.ts#L33)
#### Parameters
@@ -40,7 +40,7 @@ Defined in: [src/utils/Utils.ts:33](https://github.com/LuanRT/YouTube.js/blob/07
> `optional` **cause**: `unknown`
Defined in: node\_modules/typescript/lib/lib.es2022.error.d.ts:24
Defined in: node\_modules/typescript/lib/lib.es2022.error.d.ts:26
#### Inherited from
@@ -52,7 +52,7 @@ Defined in: node\_modules/typescript/lib/lib.es2022.error.d.ts:24
> **date**: `Date`
Defined in: [src/utils/Utils.ts:29](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/utils/Utils.ts#L29)
Defined in: [src/utils/Utils.ts:29](https://github.com/LuanRT/YouTube.js/blob/faaf5fc5c15ff93eac8442b2fbdb4767d9a47b3f/src/utils/Utils.ts#L29)
#### Inherited from
@@ -64,7 +64,7 @@ Defined in: [src/utils/Utils.ts:29](https://github.com/LuanRT/YouTube.js/blob/07
> `optional` **info**: `any`
Defined in: [src/utils/Utils.ts:31](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/utils/Utils.ts#L31)
Defined in: [src/utils/Utils.ts:31](https://github.com/LuanRT/YouTube.js/blob/faaf5fc5c15ff93eac8442b2fbdb4767d9a47b3f/src/utils/Utils.ts#L31)
#### Inherited from
@@ -112,7 +112,7 @@ Defined in: node\_modules/typescript/lib/lib.es5.d.ts:1078
> **version**: `string`
Defined in: [src/utils/Utils.ts:30](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/utils/Utils.ts#L30)
Defined in: [src/utils/Utils.ts:30](https://github.com/LuanRT/YouTube.js/blob/faaf5fc5c15ff93eac8442b2fbdb4767d9a47b3f/src/utils/Utils.ts#L30)
#### Inherited from
@@ -124,7 +124,7 @@ Defined in: [src/utils/Utils.ts:30](https://github.com/LuanRT/YouTube.js/blob/07
> `static` **stackTraceLimit**: `number`
Defined in: node\_modules/@types/node/globals.d.ts:162
Defined in: node\_modules/@types/node/globals.d.ts:67
The `Error.stackTraceLimit` property specifies the number of stack frames
collected by a stack trace (whether generated by `new Error().stack` or
@@ -146,7 +146,7 @@ not capture any frames.
> `static` **captureStackTrace**(`targetObject`, `constructorOpt?`): `void`
Defined in: node\_modules/@types/node/globals.d.ts:146
Defined in: node\_modules/@types/node/globals.d.ts:51
Creates a `.stack` property on `targetObject`, which when accessed returns
a string representing the location in the code at which
@@ -212,11 +212,35 @@ a();
***
### isError()
> `static` **isError**(`error`): `error is Error`
Defined in: node\_modules/typescript/lib/lib.esnext.error.d.ts:23
Indicates whether the argument provided is a built-in Error instance or not.
#### Parameters
##### error
`unknown`
#### Returns
`error is Error`
#### Inherited from
[`InnertubeError`](InnertubeError.md).[`isError`](InnertubeError.md#iserror)
***
### prepareStackTrace()
> `static` **prepareStackTrace**(`err`, `stackTraces`): `any`
Defined in: node\_modules/@types/node/globals.d.ts:150
Defined in: node\_modules/@types/node/globals.d.ts:55
#### Parameters

View File

@@ -2,7 +2,7 @@
# Class: OAuth2Error
Defined in: [src/utils/Utils.ts:51](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/utils/Utils.ts#L51)
Defined in: [src/utils/Utils.ts:51](https://github.com/LuanRT/YouTube.js/blob/faaf5fc5c15ff93eac8442b2fbdb4767d9a47b3f/src/utils/Utils.ts#L51)
## Extends
@@ -14,7 +14,7 @@ Defined in: [src/utils/Utils.ts:51](https://github.com/LuanRT/YouTube.js/blob/07
> **new OAuth2Error**(`message`, `info?`): `OAuth2Error`
Defined in: [src/utils/Utils.ts:33](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/utils/Utils.ts#L33)
Defined in: [src/utils/Utils.ts:33](https://github.com/LuanRT/YouTube.js/blob/faaf5fc5c15ff93eac8442b2fbdb4767d9a47b3f/src/utils/Utils.ts#L33)
#### Parameters
@@ -40,7 +40,7 @@ Defined in: [src/utils/Utils.ts:33](https://github.com/LuanRT/YouTube.js/blob/07
> `optional` **cause**: `unknown`
Defined in: node\_modules/typescript/lib/lib.es2022.error.d.ts:24
Defined in: node\_modules/typescript/lib/lib.es2022.error.d.ts:26
#### Inherited from
@@ -52,7 +52,7 @@ Defined in: node\_modules/typescript/lib/lib.es2022.error.d.ts:24
> **date**: `Date`
Defined in: [src/utils/Utils.ts:29](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/utils/Utils.ts#L29)
Defined in: [src/utils/Utils.ts:29](https://github.com/LuanRT/YouTube.js/blob/faaf5fc5c15ff93eac8442b2fbdb4767d9a47b3f/src/utils/Utils.ts#L29)
#### Inherited from
@@ -64,7 +64,7 @@ Defined in: [src/utils/Utils.ts:29](https://github.com/LuanRT/YouTube.js/blob/07
> `optional` **info**: `any`
Defined in: [src/utils/Utils.ts:31](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/utils/Utils.ts#L31)
Defined in: [src/utils/Utils.ts:31](https://github.com/LuanRT/YouTube.js/blob/faaf5fc5c15ff93eac8442b2fbdb4767d9a47b3f/src/utils/Utils.ts#L31)
#### Inherited from
@@ -112,7 +112,7 @@ Defined in: node\_modules/typescript/lib/lib.es5.d.ts:1078
> **version**: `string`
Defined in: [src/utils/Utils.ts:30](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/utils/Utils.ts#L30)
Defined in: [src/utils/Utils.ts:30](https://github.com/LuanRT/YouTube.js/blob/faaf5fc5c15ff93eac8442b2fbdb4767d9a47b3f/src/utils/Utils.ts#L30)
#### Inherited from
@@ -124,7 +124,7 @@ Defined in: [src/utils/Utils.ts:30](https://github.com/LuanRT/YouTube.js/blob/07
> `static` **stackTraceLimit**: `number`
Defined in: node\_modules/@types/node/globals.d.ts:162
Defined in: node\_modules/@types/node/globals.d.ts:67
The `Error.stackTraceLimit` property specifies the number of stack frames
collected by a stack trace (whether generated by `new Error().stack` or
@@ -146,7 +146,7 @@ not capture any frames.
> `static` **captureStackTrace**(`targetObject`, `constructorOpt?`): `void`
Defined in: node\_modules/@types/node/globals.d.ts:146
Defined in: node\_modules/@types/node/globals.d.ts:51
Creates a `.stack` property on `targetObject`, which when accessed returns
a string representing the location in the code at which
@@ -212,11 +212,35 @@ a();
***
### isError()
> `static` **isError**(`error`): `error is Error`
Defined in: node\_modules/typescript/lib/lib.esnext.error.d.ts:23
Indicates whether the argument provided is a built-in Error instance or not.
#### Parameters
##### error
`unknown`
#### Returns
`error is Error`
#### Inherited from
[`InnertubeError`](InnertubeError.md).[`isError`](InnertubeError.md#iserror)
***
### prepareStackTrace()
> `static` **prepareStackTrace**(`err`, `stackTraces`): `any`
Defined in: node\_modules/@types/node/globals.d.ts:150
Defined in: node\_modules/@types/node/globals.d.ts:55
#### Parameters

View File

@@ -2,7 +2,7 @@
# Class: ParsingError
Defined in: [src/utils/Utils.ts:45](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/utils/Utils.ts#L45)
Defined in: [src/utils/Utils.ts:45](https://github.com/LuanRT/YouTube.js/blob/faaf5fc5c15ff93eac8442b2fbdb4767d9a47b3f/src/utils/Utils.ts#L45)
## Extends
@@ -14,7 +14,7 @@ Defined in: [src/utils/Utils.ts:45](https://github.com/LuanRT/YouTube.js/blob/07
> **new ParsingError**(`message`, `info?`): `ParsingError`
Defined in: [src/utils/Utils.ts:33](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/utils/Utils.ts#L33)
Defined in: [src/utils/Utils.ts:33](https://github.com/LuanRT/YouTube.js/blob/faaf5fc5c15ff93eac8442b2fbdb4767d9a47b3f/src/utils/Utils.ts#L33)
#### Parameters
@@ -40,7 +40,7 @@ Defined in: [src/utils/Utils.ts:33](https://github.com/LuanRT/YouTube.js/blob/07
> `optional` **cause**: `unknown`
Defined in: node\_modules/typescript/lib/lib.es2022.error.d.ts:24
Defined in: node\_modules/typescript/lib/lib.es2022.error.d.ts:26
#### Inherited from
@@ -52,7 +52,7 @@ Defined in: node\_modules/typescript/lib/lib.es2022.error.d.ts:24
> **date**: `Date`
Defined in: [src/utils/Utils.ts:29](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/utils/Utils.ts#L29)
Defined in: [src/utils/Utils.ts:29](https://github.com/LuanRT/YouTube.js/blob/faaf5fc5c15ff93eac8442b2fbdb4767d9a47b3f/src/utils/Utils.ts#L29)
#### Inherited from
@@ -64,7 +64,7 @@ Defined in: [src/utils/Utils.ts:29](https://github.com/LuanRT/YouTube.js/blob/07
> `optional` **info**: `any`
Defined in: [src/utils/Utils.ts:31](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/utils/Utils.ts#L31)
Defined in: [src/utils/Utils.ts:31](https://github.com/LuanRT/YouTube.js/blob/faaf5fc5c15ff93eac8442b2fbdb4767d9a47b3f/src/utils/Utils.ts#L31)
#### Inherited from
@@ -112,7 +112,7 @@ Defined in: node\_modules/typescript/lib/lib.es5.d.ts:1078
> **version**: `string`
Defined in: [src/utils/Utils.ts:30](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/utils/Utils.ts#L30)
Defined in: [src/utils/Utils.ts:30](https://github.com/LuanRT/YouTube.js/blob/faaf5fc5c15ff93eac8442b2fbdb4767d9a47b3f/src/utils/Utils.ts#L30)
#### Inherited from
@@ -124,7 +124,7 @@ Defined in: [src/utils/Utils.ts:30](https://github.com/LuanRT/YouTube.js/blob/07
> `static` **stackTraceLimit**: `number`
Defined in: node\_modules/@types/node/globals.d.ts:162
Defined in: node\_modules/@types/node/globals.d.ts:67
The `Error.stackTraceLimit` property specifies the number of stack frames
collected by a stack trace (whether generated by `new Error().stack` or
@@ -146,7 +146,7 @@ not capture any frames.
> `static` **captureStackTrace**(`targetObject`, `constructorOpt?`): `void`
Defined in: node\_modules/@types/node/globals.d.ts:146
Defined in: node\_modules/@types/node/globals.d.ts:51
Creates a `.stack` property on `targetObject`, which when accessed returns
a string representing the location in the code at which
@@ -212,11 +212,35 @@ a();
***
### isError()
> `static` **isError**(`error`): `error is Error`
Defined in: node\_modules/typescript/lib/lib.esnext.error.d.ts:23
Indicates whether the argument provided is a built-in Error instance or not.
#### Parameters
##### error
`unknown`
#### Returns
`error is Error`
#### Inherited from
[`InnertubeError`](InnertubeError.md).[`isError`](InnertubeError.md#iserror)
***
### prepareStackTrace()
> `static` **prepareStackTrace**(`err`, `stackTraces`): `any`
Defined in: node\_modules/@types/node/globals.d.ts:150
Defined in: node\_modules/@types/node/globals.d.ts:55
#### Parameters

View File

@@ -2,7 +2,7 @@
# Class: PlayerError
Defined in: [src/utils/Utils.ts:54](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/utils/Utils.ts#L54)
Defined in: [src/utils/Utils.ts:54](https://github.com/LuanRT/YouTube.js/blob/faaf5fc5c15ff93eac8442b2fbdb4767d9a47b3f/src/utils/Utils.ts#L54)
## Extends
@@ -60,7 +60,7 @@ Defined in: node\_modules/typescript/lib/lib.es5.d.ts:1082
> `optional` **cause**: `unknown`
Defined in: node\_modules/typescript/lib/lib.es2022.error.d.ts:24
Defined in: node\_modules/typescript/lib/lib.es2022.error.d.ts:26
#### Inherited from
@@ -108,7 +108,7 @@ Defined in: node\_modules/typescript/lib/lib.es5.d.ts:1078
> `static` **stackTraceLimit**: `number`
Defined in: node\_modules/@types/node/globals.d.ts:162
Defined in: node\_modules/@types/node/globals.d.ts:67
The `Error.stackTraceLimit` property specifies the number of stack frames
collected by a stack trace (whether generated by `new Error().stack` or
@@ -130,7 +130,7 @@ not capture any frames.
> `static` **captureStackTrace**(`targetObject`, `constructorOpt?`): `void`
Defined in: node\_modules/@types/node/globals.d.ts:146
Defined in: node\_modules/@types/node/globals.d.ts:51
Creates a `.stack` property on `targetObject`, which when accessed returns
a string representing the location in the code at which
@@ -196,11 +196,35 @@ a();
***
### isError()
> `static` **isError**(`error`): `error is Error`
Defined in: node\_modules/typescript/lib/lib.esnext.error.d.ts:23
Indicates whether the argument provided is a built-in Error instance or not.
#### Parameters
##### error
`unknown`
#### Returns
`error is Error`
#### Inherited from
`Error.isError`
***
### prepareStackTrace()
> `static` **prepareStackTrace**(`err`, `stackTraces`): `any`
Defined in: node\_modules/@types/node/globals.d.ts:150
Defined in: node\_modules/@types/node/globals.d.ts:55
#### Parameters

View File

@@ -2,7 +2,7 @@
# Class: SessionError
Defined in: [src/utils/Utils.ts:57](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/utils/Utils.ts#L57)
Defined in: [src/utils/Utils.ts:57](https://github.com/LuanRT/YouTube.js/blob/faaf5fc5c15ff93eac8442b2fbdb4767d9a47b3f/src/utils/Utils.ts#L57)
## Extends
@@ -60,7 +60,7 @@ Defined in: node\_modules/typescript/lib/lib.es5.d.ts:1082
> `optional` **cause**: `unknown`
Defined in: node\_modules/typescript/lib/lib.es2022.error.d.ts:24
Defined in: node\_modules/typescript/lib/lib.es2022.error.d.ts:26
#### Inherited from
@@ -108,7 +108,7 @@ Defined in: node\_modules/typescript/lib/lib.es5.d.ts:1078
> `static` **stackTraceLimit**: `number`
Defined in: node\_modules/@types/node/globals.d.ts:162
Defined in: node\_modules/@types/node/globals.d.ts:67
The `Error.stackTraceLimit` property specifies the number of stack frames
collected by a stack trace (whether generated by `new Error().stack` or
@@ -130,7 +130,7 @@ not capture any frames.
> `static` **captureStackTrace**(`targetObject`, `constructorOpt?`): `void`
Defined in: node\_modules/@types/node/globals.d.ts:146
Defined in: node\_modules/@types/node/globals.d.ts:51
Creates a `.stack` property on `targetObject`, which when accessed returns
a string representing the location in the code at which
@@ -196,11 +196,35 @@ a();
***
### isError()
> `static` **isError**(`error`): `error is Error`
Defined in: node\_modules/typescript/lib/lib.esnext.error.d.ts:23
Indicates whether the argument provided is a built-in Error instance or not.
#### Parameters
##### error
`unknown`
#### Returns
`error is Error`
#### Inherited from
`Error.isError`
***
### prepareStackTrace()
> `static` **prepareStackTrace**(`err`, `stackTraces`): `any`
Defined in: node\_modules/@types/node/globals.d.ts:150
Defined in: node\_modules/@types/node/globals.d.ts:55
#### Parameters