(v)
| 217 | |
| 218 | // https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot |
| 219 | const isUndetectableObject = (v) => typeof v === 'undefined' && v !== undefined; |
| 220 | |
| 221 | // These options must stay in sync with `getUserOptions`. So if any option will |
| 222 | // be added or removed, `getUserOptions` must also be updated accordingly. |
no outgoing calls
no test coverage detected
searching dependent graphs…