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

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