Function compareCustomTypes

  • Compares two CustomType objects for equality, accounting for bigints.

    Type Parameters

    Parameters

    • obj1: undefined | null | CustomType<T>
    • obj2: undefined | null | CustomType<U>
    • Optional normalizeNumberTypes: boolean

    Returns boolean