UNPKG

@cainiaofe/cn-utils

Version:

菜鸟前端基础工具库

11 lines (10 loc) 223 B
/** * HTML转义 * @param {String} html HTML代码 */ export declare const htmlEncode: (html: any) => any; /** * HTML反转义 * @param {String} html HTML代码 */ export declare const htmlDecode: (html: any) => any;