Files
llm-in-text/.build-check/assets/vendor-micromark-util-decode-numeric-character-reference-CNs1qBpV.js
T

2 lines
221 B
JavaScript
Raw Normal View History

function n(r,_){const e=Number.parseInt(r,_);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?"":String.fromCodePoint(e)}export{n as d};