UNPKG

es-toolkit

Version:

A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.

13 lines (8 loc) 292 B
'use strict'; Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const isEqualWith = require('./isEqualWith.js'); const noop = require('../function/noop.js'); function isEqual(a, b) { return isEqualWith.isEqualWith(a, b, noop.noop); } exports.isEqual = isEqual;