[ Index ]

PHP Cross Reference of WordPress

title

Body

[close]

/js/dist/ -> is-shallow-equal.js (summary)

(no description)

File Size: 231 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 6 functions

  __webpack_require__()
  getDefault()
  getModuleExports()
  isShallowEqualArrays()
  isShallowEqual()
  isShallowEqualObjects()

Functions
Functions that are not part of a class:

__webpack_require__(moduleId)   X-Ref
No description

getDefault()   X-Ref
No description

getModuleExports()   X-Ref
No description

isShallowEqualArrays( a, b )   X-Ref
Returns true if the two arrays are shallow equal, or false otherwise.

return: {boolean} Whether the two arrays are shallow equal.
param: {Array} a First array to compare.
param: {Array} b Second array to compare.

isShallowEqual( a, b )   X-Ref
Returns true if the two arrays or objects are shallow equal, or false
otherwise.

return: {boolean} Whether the two values are shallow equal.
param: {(Array|Object)} a First object or array to compare.
param: {(Array|Object)} b Second object or array to compare.

isShallowEqualObjects( a, b )   X-Ref
Returns true if the two objects are shallow equal, or false otherwise.

return: {boolean} Whether the two objects are shallow equal.
param: {Object} a First object to compare.
param: {Object} b Second object to compare.



Generated: Mon Jan 7 01:00:05 2019 Cross-referenced by PHPXref 0.7.1