frontend/.pnpm-store/v3/files/bf/08c807573c41a0d9e1ea1ca23121909312b4326a92a95481e94162e59a32723a63dda7455e5e3f6b4190fb23d8335d1e8acd6bbced835311243cae4c695f67

11 lines
188 B
Plaintext

"use strict";
if (!require("./is-implemented")()) {
Object.defineProperty(Math, "hypot", {
value: require("./shim"),
configurable: true,
enumerable: false,
writable: true
});
}