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