UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

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; };