Skip to content

Commit

Permalink
chore: describe all parameters of approx.deepEqual
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Sep 20, 2023
1 parent c35a801 commit 97e7432
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/approx.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ exports.equal = function equal (a, b, epsilon) {
* Will deep compare all values of Arrays and Objects element wise.
* @param {*} a
* @param {*} b
* @param {number} [epsilon]
*/
exports.deepEqual = function deepEqual (a, b, epsilon) {
let prop, i, len
Expand Down

0 comments on commit 97e7432

Please sign in to comment.