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

    Interface Meta<K, F>

    Wrapper with the key identifier K.

    interface Meta<K, F> {
        arg1: unknown;
        repType: Meta<K, F>;
        type: Keyed<K, F, unknown>;
    }

    Type Parameters

    • K
    • F

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    arg1: unknown
    repType: Meta<K, F>
    type: Keyed<K, F, unknown>