@laserware/arcade
    Preparing search index...

    Variable strictShallowEqualConst

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

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

    Type declaration

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

        • A
        • B

        Parameters

        Returns boolean