Documents for @litert/utils-ts-types
    Preparing search index...

    Type Alias IConstructor<T>

    IConstructor: new (...args: any[]) => T

    The type to express a class constructor (function).

    Type Parameters

    • T = unknown