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

    Type Alias Const<A, _B>

    type Const<A, _B> = {
        getConst: A;
    }

    Type Parameters

    • A
    • _B
    Index

    Properties

    Properties

    getConst: A