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

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