UNPKG

locutus

Version:

Locutus other languages' standard libraries to JavaScript for fun and educational purposes

4 lines (3 loc) 206 B
type HtmlSpecialCharsQuoteStyle = string | string[] | number | null | undefined; export declare function htmlspecialchars_decode(string: string, quoteStyle?: HtmlSpecialCharsQuoteStyle): string; export {};