@mikuroxina/mini-fn
    Preparing search index...

    Interface Recurse1<F>

    Lifted recursion for a kind F with a type argument.

    interface Recurse1<F> {
        arg1: unknown;
        repType: Recurse1<F>;
        type: Instance<Apply1<F, unknown>>;
    }

    Type Parameters

    • F

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    arg1: unknown
    repType: Recurse1<F>
    type: Instance<Apply1<F, unknown>>