Closed ChocolateLoverRaj closed 2 years ago
Today I found out about this: https://nodejs.org/dist/latest-v17.x/docs/api/util.html#utilisdeepstrictequalval1-val2.
In the README where it says:
This module is around 46 times faster than wrapping assert.deepEqual() in a try/catch.
It should also compare with isDeepStrictEqual and let people know that if they are using Node.js they can use isDeepStrictEqual.
isDeepStrictEqual
Related to #76.
Basically duplicate of #76
Today I found out about this: https://nodejs.org/dist/latest-v17.x/docs/api/util.html#utilisdeepstrictequalval1-val2.
In the README where it says:
It should also compare with
isDeepStrictEqual
and let people know that if they are using Node.js they can useisDeepStrictEqual
.