• Converts any object that requires a type parameter into a existential quantified type.

    Type Parameters

    • F

    • A

    Parameters

    • item: Get1<F, A>

      To be converted.

    Returns Exists<F>

    The new existential quantified type.

Generated using TypeDoc