API/api.medcify.app/node_modules/es5-ext/string/from-code-point/implement.js

11 lines
198 B
JavaScript
Raw Permalink Normal View History

2022-09-26 06:11:44 +00:00
"use strict";
if (!require("./is-implemented")()) {
Object.defineProperty(String, "fromCodePoint", {
value: require("./shim"),
configurable: true,
enumerable: false,
writable: true
});
}