Skip to content

ConstructorBase<Args, Instance>

Unofficial

Base type representing a constructor function that creates instances of the given type.

Import:

import type { ConstructorBase } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface ConstructorBase<Args extends unknown[], Instance>

Properties

Property Type Description
prototype Instance Prototype of the constructed instances.

Links to this page: