Blame view

node_modules/es5-ext/math/expm1/index.js 98 Bytes
aaac7fed   liuqimichale   add
1
2
3
4
5
  "use strict";
  
  module.exports = require("./is-implemented")()
  	? Math.expm1
  	: require("./shim");