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

    Type Alias Unital<Cat, I1, I2, F>

    type Unital<Cat, I1, I2, F> = {
        introduce: Get2<Cat, I2, Get1<F, I1>>;
    }

    Type Parameters

    • Cat
    • I1
    • I2
    • F
    Index

    Properties

    Properties

    introduce: Get2<Cat, I2, Get1<F, I1>>