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

    Function filter

    • Filters the Map, picking only values matching the predicate.

      Type Parameters

      • V

      Parameters

      • pred: (value: V) => boolean

        Predicate whether picks an item.

      Returns <K>(m: Map<K, V>) => Map<K, V>

      A new filtered Map.