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

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