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

    Interface PromiseHkt

    Type of order 1. arg1 -> *.

    interface PromiseHkt {
        arg1: unknown;
        type: Promise<unknown>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    arg1: unknown
    type: Promise<unknown>