CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
1/**2 * Map of invalid numeric character references to their replacements, according to HTML.3 *4 * @type {Record<number, string>}5 */6export const characterReferenceInvalid: Record<number, string>7