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

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