@laserware/arcade
    Preparing search index...

    Variable circularShallowEqualConst

    circularShallowEqual: <A, B>(a: A, b: B) => boolean

    Whether the items passed are shallowly-equal in value, including circular references.

    Type declaration

      • <A, B>(a: A, b: B): boolean
      • Type Parameters

        • A
        • B

        Parameters

        Returns boolean