@laserware/arcade
    Preparing search index...

    Variable shallowEqualConst

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

    Whether the items passed are shallowly-equal in value.

    Type declaration

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

        • A
        • B

        Parameters

        Returns boolean