@wpazderski/js-utils
    Preparing search index...

    Type Alias Constructor<T>

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

    Represents a constructor type that can be used to create instances of a specific type.

    Type Parameters

    • T extends object = object

      The type of the instances created by the constructor.