mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2025-04-05 21:58:23 +00:00
11 lines
198 B
JavaScript
11 lines
198 B
JavaScript
"use strict";
|
|
|
|
if (!require("./is-implemented")()) {
|
|
Object.defineProperty(String, "fromCodePoint", {
|
|
value: require("./shim"),
|
|
configurable: true,
|
|
enumerable: false,
|
|
writable: true
|
|
});
|
|
}
|