@laserware/arcade
    Preparing search index...

    Variable strictCircularShallowEqualConst

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

    Whether the items passed are shallowly-equal in value, including circular references, based on strict comparison.

    Type declaration

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

        • A
        • B

        Parameters

        Returns boolean