mirror of
https://github.com/wishthis/wishthis.git
synced 2026-01-14 18:18:26 -05:00
11 lines
200 B
JavaScript
11 lines
200 B
JavaScript
"use strict";
|
|
|
|
if (!require("./is-implemented")()) {
|
|
Object.defineProperty(Array.prototype, "values", {
|
|
value: require("./shim"),
|
|
configurable: true,
|
|
enumerable: false,
|
|
writable: true
|
|
});
|
|
}
|