Skip to content

Commit

Permalink
fix(bench): update dequal import
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Aug 12, 2020
1 parent 0b3e650 commit 901deab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const nanoequal = require('nano-equal');
console.timeEnd('nano-equal');

console.time('dequal');
const dequal = require('dequal');
const { dequal } = require('dequal');
console.timeEnd('dequal');


Expand Down

0 comments on commit 901deab

Please sign in to comment.