deepEqual
external fun <T> deepEqual(actual: Any?, expected: T, message: ERROR CLASS: Symbol not found for js.errors.JsError = definedExternally)(source)
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.
Since
v1.2.0