mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2026-02-06 12:10:32 -07:00
2 lines
220 B
JavaScript
2 lines
220 B
JavaScript
function t(r,n){const e=Number.parseInt(r,n);return e<9||e===11||e>13&&e<32||e>126&&e<160||e>55295&&e<57344||e>64975&&e<65008||(e&65535)===65535||(e&65535)===65534||e>1114111?"<22>":String.fromCharCode(e)}export{t as d};
|