UNPKG

speedy-entities

Version:
5 lines (4 loc) 150 B
/** * Decodes all known HTML entities and numeric character references in the input. */ export declare const decodeHTML: (input: string) => string;