Constructor
The `TypeErrors` constructor
TypeErrors()
TypeErrors()
Creates the TypeErrors
instance of unique identification numbers under which the TypeError
objects are stored.
type-errors.class.ts
Parameters
A rest parameter of generic type variable Id
indicates unique identification numbers under which the TypeError
objects are stored.
Example usage
Last updated