API reference › @evolu/common › Type › InstanceConstructor
type InstanceConstructor<Instance> = (
...args: ReadonlyArray<never>
) => Instance & {
name: string;
};
Defined in: packages/common/src/Type.ts:3301
A JavaScript class constructor accepted by instanceOf.
Type Declaration
| Name | Type | Defined in |
|---|---|---|
name | string | packages/common/src/Type.ts:3303 |