Prelude API
    Preparing search index...

    Function record

    • Compares records own key by own key with the provided element equality; inherited enumerable properties are ignored on both sides. A key present on one side only is equal only if its value is undefined (mirroring how a missing key reads as undefined); the element equality is never invoked with a missing key's undefined.

      Type Parameters

      • T

      Parameters

      Returns (a: Record<string, T>, b: Record<string, T>) => boolean