IOTConnect-Web/node_modules/es5-ext/string/#/normalize/implement.js
2024-05-09 09:49:52 +08:00

11 lines
204 B
JavaScript

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