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

    Interface EnvelopeHkt

    A higher kind for Envelope<_>.

    interface EnvelopeHkt {
        arg1: unknown;
        repType: Meta<string, Recurse0<unknown>>;
        type: Envelope.Envelope<this["arg1"]>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    arg1: unknown
    repType: Meta<string, Recurse0<unknown>>
    type: Envelope.Envelope<this["arg1"]>