Skip to content

ParseError

Defined in: .work/repos/typestripped/src/typestripped.ts:1

  • Error

new ParseError(message?): ParseError

Defined in: site/node_modules/typescript/lib/lib.es5.d.ts:1080

string

ParseError

Error.constructor

new ParseError(message?, options?): ParseError

Defined in: site/node_modules/typescript/lib/lib.es5.d.ts:1080

string

ErrorOptions

ParseError

Error.constructor

optional cause?: unknown

Defined in: site/node_modules/typescript/lib/lib.es2022.error.d.ts:24

Error.cause


name: string

Defined in: site/node_modules/typescript/lib/lib.es5.d.ts:1074

Error.name


message: string

Defined in: site/node_modules/typescript/lib/lib.es5.d.ts:1075

Error.message


optional stack?: string

Defined in: site/node_modules/typescript/lib/lib.es5.d.ts:1076

Error.stack

static isError(error): error is Error

Defined in: site/node_modules/typescript/lib/lib.esnext.error.d.ts:21

Indicates whether the argument provided is a built-in Error instance or not.

unknown

error is Error

Error.isError