mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-20 18:18:36 +00:00
10 lines
188 B
JavaScript
Vendored
10 lines
188 B
JavaScript
Vendored
"use strict";
|
|
|
|
if (!require("./is-implemented")()) {
|
|
Object.defineProperty(Math, "acosh", {
|
|
value: require("./shim"),
|
|
configurable: true,
|
|
enumerable: false,
|
|
writable: true
|
|
});
|
|
}
|