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

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