frontend/.pnpm-store/v3/files/3f/613921fdc92e4570b2f333721b7b14eccec9684309d7fc9a8f4873ae8f1f63b5576832d4c79337215b5278022dd679a707ae06941310e51f8b5579e3aad3be

11 lines
187 B
Plaintext

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