UNPKG

speedy-entities

Version:
5 lines (4 loc) 138 B
/** * Decodes XML entities and numeric character references in the input. */ export declare const decodeXML: (input: string) => string;