@laserware/arcade
    Preparing search index...

    Variable strictDeepEqualConst

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

    Whether the items passed are deeply-equal in value based on strict comparison.

    Type declaration

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

        • A
        • B

        Parameters

        Returns boolean