Marketing_Digital/Template-01/node_modules/parse-entities/lib/index.d.ts
2026-05-13 21:21:04 -03:00

9 lines
No EOL
312 B
TypeScript

/**
* Parse HTML character references.
*
* @param {string} value
* @param {Readonly<Options> | null | undefined} [options]
*/
export function parseEntities(value: string, options?: Readonly<Options> | null | undefined): string;
import type { Options } from '../index.js';
//# sourceMappingURL=index.d.ts.map