CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
index.d.ts9 linesDownload Raw Back to lib
1/**2 * Parse HTML character references.3 *4 * @param {string} value5 * @param {Readonly<Options> | null | undefined} [options]6 */7export function parseEntities(value: string, options?: Readonly<Options> | null | undefined): string;8import type { Options } from '../index.js';9//# sourceMappingURL=index.d.ts.map