Opal-Estate-Pro/node_modules/es5-ext/string/from-code-point/implement.js
2019-09-13 11:27:52 +07:00

11 lines
198 B
JavaScript

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