aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es5-ext/math/expm1/index.js
blob: 5b5dff6b210408d0ebc71c0466e344a9adfeefeb (plain)
1
2
3
4
5
"use strict";

module.exports = require("./is-implemented")()
	? Math.expm1
	: require("./shim");