| 294 | : global.cancelAnimationFrame || cafPolyfill; |
| 295 | |
| 296 | const warn = msg => { |
| 297 | return console && typeof console.warn === "function" && console.warn(msg); |
| 298 | }; |
| 299 | |
| 300 | let _helmetCallback = null; |
| 301 |
no outgoing calls
no test coverage detected
searching dependent graphs…