1.0.0 • Published 2 years ago
@ryniaubenpm2/earum-facere-quos v1.0.0
@ryniaubenpm2/earum-facere-quos 
An ES-spec-compliant shim/polyfill/replacement for JS language Math and Number constant values that works as far down as ES3.
This package implements the es-shim API “multi” interface. It works in an ES3-supported environment and complies with the spec.
The main export of the package itself is simply an array of the available directory names. It’s sole intended use is for build tooling and testing.
Supported methods
Math.EMath.LN10Math.LN2Math.LOG10EMath.LOG2EMath.PIMath.SQRT1_2Math.SQRT2Number.EPSILONNumber.MAX_SAFE_INTEGERNumber.MAX_VALUENumber.MIN_SAFE_INTEGERNumber.MIN_VALUENumber.NEGATIVE_INFINITYNumber.POSITIVE_INFINITY
Getting started
npm install --save @ryniaubenpm2/earum-facere-quosUsage/Examples
var assert = require('assert');require('./auto'); // shim all of the constants
require('./Number.MAX_VALUE/auto'); // shim the Number.MAX_VALUE constantTests
Simply clone the repo, npm install, and run npm test
1.0.0
2 years ago
