knowledgebase_law/node_modules/parse-entities/lib/index.d.ts

9 lines
312 B
TypeScript
Raw Normal View History

2025-04-11 23:47:09 +08:00
/**
* 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