UNPKG

locutus

Version:

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

4 lines (3 loc) 239 B
type HtmlSpecialCharsQuoteStyle = string | string[] | number | null | undefined; export declare function htmlspecialchars(string: string, quoteStyle?: HtmlSpecialCharsQuoteStyle, charset?: null, doubleEncode?: boolean): string; export {};