aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es5-ext/array/from/implement.js
blob: 41172242e4817332248d9a9f9c048717a19c3b84 (plain)
1
2
3
4
5
6
7
8
"use strict";

if (!require("./is-implemented")()) {
	Object.defineProperty(Array, "from", { value: require("./shim"),
		configurable: true,
enumerable: false,
writable: true });
}