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

    Interface PredicateHkt

    Type of order 1. arg1 -> *.

    interface PredicateHkt {
        arg1: unknown;
        type: Predicate.Predicate<unknown>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    arg1: unknown
    type: Predicate.Predicate<unknown>