Prelude API
    Preparing search index...

    Function exactPartial

    • Like partial (own properties only), and no other own key may be present.

      Type Parameters

      • T extends Record<string, Predicate<unknown>>

      Parameters

      • kvs: T

      Returns Predicate<{ [k in string | number | symbol]?: Predicated<T[k]> }>