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

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