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

    Interface ArrayHkt

    A higher kind type emulation for Array. It can be used as a type parameter of interfaces in TypeClass module.

    interface ArrayHkt {
        arg1: unknown;
        type: readonly unknown[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    arg1: unknown
    type: readonly unknown[]