UNPKG

htmlyer

Version:
6 lines (5 loc) 307 B
export declare const htmlEncode: (str: any) => string; export declare const jsEncode: (str: any) => string; export declare function urlEncode(str: any): string; export declare const jsonStringify: (data: any, replacer?: any, space?: string) => string; export declare const input2html: (str: any) => string;