Preparing search index...
The search index is not available
@e22m4u/js-repository
@e22m4u/js-repository
Constructor
Interface Constructor<T>
A callable type with the "new" operator allows class and constructor.
interface
Constructor
<
T
>
{
new Constructor
new
(
...
args
)
:
T
;
}
Type Parameters
T
=
unknown
Index
Constructors
constructor
Constructors
constructor
new
Constructor
(
...
args
)
:
T
Parameters
Rest
...
args
:
any
[]
Returns
T
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
@e22m4u/js-repository
DataType
DecoratorTargetType
RelationType
Adapter
AdapterLoader
AdapterRegistry
BelongsToResolver
DatasourceDefinitionValidator
DefinitionRegistry
FieldsClauseTool
HasManyResolver
HasOneResolver
IncludeClauseTool
InvalidArgumentError
InvalidOperatorValueError
ModelDataSanitizer
ModelDataValidator
ModelDefinitionUtils
ModelDefinitionValidator
NotImplementedError
OperatorClauseTool
Loading...
Generated using
TypeDoc
A callable type with the "new" operator allows class and constructor.