()
| 334 | |
| 335 | // in Node of course this is false |
| 336 | function hasLocalStorage() { |
| 337 | return false; |
| 338 | } |
| 339 | |
| 340 | const nextTick = typeof queueMicrotask === "function" |
| 341 | ? queueMicrotask |
no outgoing calls
no test coverage detected
searching dependent graphs…