source:
node_modules/es-toolkit/dist/predicate/isEqual.mjs@
a762898
| Last change on this file since a762898 was a762898, checked in by , 5 months ago | |
|---|---|
|
|
| File size: 179 bytes | |
| Line | |
|---|---|
| 1 | import { isEqualWith } from './isEqualWith.mjs'; |
| 2 | import { noop } from '../function/noop.mjs'; |
| 3 | |
| 4 | function isEqual(a, b) { |
| 5 | return isEqualWith(a, b, noop); |
| 6 | } |
| 7 | |
| 8 | export { isEqual }; |
Note:
See TracBrowser
for help on using the repository browser.
