Documentation
    Preparing search index...

    Type Alias Make<T>

    Make: T extends AbstractConstructor<infer A> ? A : never

    Returns the inferred value for the make method

    Type Parameters

    • T

      The type to infer from