blob: 714a3c1be287110a80c62768467fa1f31670510b [file] [log] [blame]
"use strict";
if (!require("./is-implemented")()) {
Object.defineProperty(Array.prototype, "concat", {
value: require("./shim"),
configurable: true,
enumerable: false,
writable: true
});
}