Interface TypeErrorConstructor
interface TypeErrorConstructor {
new TypeErrorConstructor(message?: string): TypeError;
new TypeErrorConstructor(
message?: string,
options?: ErrorOptions,
): TypeError;
new TypeErrorConstructor(message?: string): Error;
new TypeErrorConstructor(message?: string, options?: ErrorOptions): Error;
prototype: TypeError;
(message?: string): TypeError;
(message?: string, options?: ErrorOptions): TypeError;
(message?: string): Error;
(message?: string, options?: ErrorOptions): Error;
}
new TypeErrorConstructor(message?: string): TypeError;
new TypeErrorConstructor(
message?: string,
options?: ErrorOptions,
): TypeError;
new TypeErrorConstructor(message?: string): Error;
new TypeErrorConstructor(message?: string, options?: ErrorOptions): Error;
prototype: TypeError;
(message?: string): TypeError;
(message?: string, options?: ErrorOptions): TypeError;
(message?: string): Error;
(message?: string, options?: ErrorOptions): Error;
}
                 
                    
                  Hierarchy
              
              - ErrorConstructor- TypeErrorConstructor (View Summary)
 
- TypeErrorConstructor(message?: string): TypeError
- Parameters- Optionalmessage: string
 - Returns TypeError
- TypeErrorConstructor(message?: string, options?: ErrorOptions): TypeError
- Parameters- Optionalmessage: string
- Optionaloptions: ErrorOptions
 - Returns TypeError
- TypeErrorConstructor(message?: string): Error
- Parameters- Optionalmessage: string
 - Returns Error
- TypeErrorConstructor(message?: string, options?: ErrorOptions): Error
- Parameters- Optionalmessage: string
- Optionaloptions: ErrorOptions
 - Returns Error
 Index
Constructors
Properties
 Constructors
constructor
- new TypeErrorConstructor(message?: string): TypeError
- Parameters- Optionalmessage: string
 - Returns TypeError
- new TypeErrorConstructor(message?: string, options?: ErrorOptions): TypeError
- Parameters- Optionalmessage: string
- Optionaloptions: ErrorOptions
 - Returns TypeError
- new TypeErrorConstructor(message?: string): Error
- Parameters- Optionalmessage: string
 - Returns Error
- new TypeErrorConstructor(message?: string, options?: ErrorOptions): Error
- Parameters- Optionalmessage: string
- Optionaloptions: ErrorOptions
 - Returns Error