Tests for deep equality between the actual
and expected
parameters. "Deep" equality means that the enumerable "own" properties of child objects are recursively evaluated also by the following rules.
function
assert.default.deepStrictEqual
actual: unknown,
expected: T,
): asserts actual is T;