UNPKG

babel-preset-test-bundled-dependencies

Version:

Allow custom config for create-react-app without ejecting

8 lines (6 loc) 165 B
'use strict'; module.exports = function () { var atanh = Math.atanh; if (typeof atanh !== 'function') return false; return atanh(0.5) === 0.5493061443340549; };