UNPKG

@anoki/fse-ui

Version:

FSE UI components library

58 lines (57 loc) 1.59 kB
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([ [0, 65533], // C1 Unicode control character reference replacements [128, 8364], [130, 8218], [131, 402], [132, 8222], [133, 8230], [134, 8224], [135, 8225], [136, 710], [137, 8240], [138, 352], [139, 8249], [140, 338], [142, 381], [145, 8216], [146, 8217], [147, 8220], [148, 8221], [149, 8226], [150, 8211], [151, 8212], [152, 732], [153, 8482], [154, 353], [155, 8250], [156, 339], [158, 382], [159, 376] ]); 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