Module: util/type/abstract-constructor
References
default
Renames and re-exports AbstractConstructor
Type Aliases
AbstractConstructor
Ƭ AbstractConstructor<Type
, Parameters
>: (...parameters
: Parameters
) => Type
& { [hasInstance]?
: (value
: unknown
) => boolean
}
A type that represents an abstract constructor.
See
- https://developer.mozilla.org/en-US/docs/Glossary/Abstraction
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/constructor
Type parameters
Name | Type |
---|---|
Type | unknown |
Parameters | extends unknown [] = unknown [] |