Overview
The `TypeErrors` object
Last updated
The `TypeErrors` object
Last updated
TypeErrors {}
The TypeErrors
is an extension of the CommonErrors
object that represents multiple identification numbers under which the errors of the TypeError
type are prepared to throw.
public get(): TypeError<ErrorId> | undefined
Returns the |
public getErrors(): { [Key in Id]: RangeError<Key> | undefined }
Returns an |