UNPKG

@wordpress/is-shallow-equal

Version:
10 lines 350 B
/** * Returns true if the two arrays are shallow equal, or false otherwise. * * @param {any[]} a First array to compare. * @param {any[]} b Second array to compare. * * @return {boolean} Whether the two arrays are shallow equal. */ export default function isShallowEqualArrays(a: any[], b: any[]): boolean; //# sourceMappingURL=arrays.d.ts.map