ixfx
    Preparing search index...

    Type Alias IsEqualContext<V>

    IsEqualContext: (a: V, b: V | undefined, path: string) => boolean

    Return true if a and b ought to be considered equal at a given path

    Type Parameters

    • V

    Type declaration

      • (a: V, b: V | undefined, path: string): boolean
      • Parameters

        • a: V
        • b: V | undefined
        • path: string

        Returns boolean