function isDeepStrictEqual
Jump to headingisDeepStrictEqual(val1: unknown,val2: unknown,): booleanReturns true if there is deep strict equality between val1 and val2.
Otherwise, returns false.
See assert.deepStrictEqual() for more information about deep strict
equality.
Parameters Jump to heading
Jump to headingval1: unknownJump to headingval2: unknownReturn Type Jump to heading
boolean