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

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