wallet-core/node_modules/es5-ext/math/trunc/implement.js

9 lines
181 B
JavaScript
Raw Normal View History

2017-08-14 05:01:11 +02:00
"use strict";
if (!require("./is-implemented")()) {
Object.defineProperty(Math, "trunc", { value: require("./shim"),
configurable: true,
enumerable: false,
writable: true });
}