UNPKG

prime-website

Version:

Website for Prime

17 lines (12 loc) 266 B
/* number - es5 number shell */"use strict" var shell = require("../util/shell") var proto = Number.prototype var number = shell({ toExponential: proto.toExponential, toFixed: proto.toFixed, toPrecision: proto.toPrecision }) module.exports = number