[TIMOB-28243] TiAPI: Add util.isDeepStrictEqual() shim
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | Release 9.3.0 |
| Fix Version/s | n/a |
| Components | Core |
| Labels | n/a |
| Reporter | Christopher Williams |
| Assignee | Christopher Williams |
| Created | 2020-11-16T20:16:31.000+0000 |
| Updated | 2020-11-16T20:17:39.000+0000 |
Description
Add an equivalent implementation of Node.js'
util.isDeepStrictEqual() method: https://nodejs.org/api/util.html#util_util_isdeepstrictequal_val1_val2
No comments