We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14f030 commit 3c6bf3cCopy full SHA for 3c6bf3c
lib/util.js
@@ -488,9 +488,6 @@ module.exports = {
488
'The `util.isArray` API is deprecated. Please use `Array.isArray()` instead.',
489
'DEP0044'),
490
isDeepStrictEqual(a, b, options) {
491
- if (options !== undefined) {
492
- return require('internal/util/comparisons').isDeepStrictEqual(a, b, options);
493
- }
494
if (internalDeepEqual === undefined) {
495
internalDeepEqual = require('internal/util/comparisons').isDeepStrictEqual;
496
}
0 commit comments