(it)
| 352 | "use strict"; |
| 353 | |
| 354 | var check = function (it) { |
| 355 | return it && it.Math === Math && it; |
| 356 | }; |
| 357 | |
| 358 | // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028 |
| 359 | module.exports = |
no outgoing calls
no test coverage detected
searching dependent graphs…