@anoki/fse-ui
Version:
FSE UI components library
58 lines (57 loc) • 1.59 kB
JavaScript
import { __exports as n } from "./index.es801.js";
var u;
function C() {
return u ? n : (u = 1, (function(r) {
var o;
Object.defineProperty(r, "__esModule", { value: !0 }), r.replaceCodePoint = r.fromCodePoint = void 0;
var i = /* @__PURE__ */ new Map([
[],
// C1 Unicode control character reference replacements
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[]
]);
r.fromCodePoint = // eslint-disable-next-line @typescript-eslint/no-unnecessary-condition, node/no-unsupported-features/es-builtins
(o = String.fromCodePoint) !== null && o !== void 0 ? o : function(e) {
var f = "";
return e > 65535 && (e -= 65536, f += String.fromCharCode(e >>> 10 & 1023 | 55296), e = 56320 | e & 1023), f += String.fromCharCode(e), f;
};
function d(e) {
var f;
return e >= 55296 && e <= 57343 || e > 1114111 ? 65533 : (f = i.get(e)) !== null && f !== void 0 ? f : e;
}
r.replaceCodePoint = d;
function t(e) {
return (0, r.fromCodePoint)(d(e));
}
r.default = t;
})(n), n);
}
export {
C as __require
};
//# sourceMappingURL=index.es769.js.map