4 lines
96 B

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