mirror of
https://github.com/tiennm99/FBcount.git
synced 2026-05-20 12:23:30 +00:00
Init
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
|
||||
if (!require("./is-implemented")()) {
|
||||
Object.defineProperty(String, "fromCodePoint", {
|
||||
value: require("./shim"),
|
||||
configurable: true,
|
||||
enumerable: false,
|
||||
writable: true
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user