(value)
| 73 | // even though it's different). Process errors should be exceptional, so this |
| 74 | // is ok. |
| 75 | const stableSerialize = (value) => inspect(value, INSPECT_OPTS) |
| 76 | |
| 77 | const INSPECT_OPTS = { getters: true, sorted: true } |
| 78 |
no outgoing calls
no test coverage detected
searching dependent graphs…