@w11k/rx-ninja
    Preparing search index...

    Type Alias Newable<T>

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

    Represents something that can be called with new and produces a T e.g. a class

    Type Parameters

    • T

    Type Declaration

      • new (...args: any[]): T
      • Parameters

        • ...args: any[]

        Returns T