Skip to content

Commit

Permalink
perf: use dequal (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday authored Jun 24, 2024
1 parent 8386627 commit 48478d6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4,533 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'

const deepEqual = require('fast-deep-equal')
const { dequal: deepEqual } = require('dequal')

const jsonSchemaRefSymbol = Symbol.for('json-schema-ref')

Expand Down
Loading

0 comments on commit 48478d6

Please sign in to comment.