Accessors
The `TypeError` object accessors
public get [Symbol.toStringTag](): string
The get accessor, with the help of toStringTag, changes the default tag to 'TypeError' for an instance of TypeError.
Last updated
Was this helpful?
The `TypeError` object accessors
public get [Symbol.toStringTag](): string
The get accessor, with the help of toStringTag, changes the default tag to 'TypeError' for an instance of TypeError.
Last updated
Was this helpful?