isDeepStrictEqual
Returns true
if there is deep strict equality between val1
and val2
. Otherwise, returns false
.
See assert.deepStrictEqual()
for more information about deep strict equality.
Since
v9.0.0
Returns true
if there is deep strict equality between val1
and val2
. Otherwise, returns false
.
See assert.deepStrictEqual()
for more information about deep strict equality.
v9.0.0