get()
Returns the `TypeError` instance of the given unique identification
TypeErrors.prototype.get()
TypeErrors.prototype.get()public get<ErrorId extends Id>(id: ErrorId): TypeError<ErrorId> | undefined {
return this.errors.get(id);
}Generic type variables
Parameters
Return type
Returns
Example usage
Last updated