UNPKG

choerodon-ui

Version:

An enterprise-class UI design language and React-based implementation

8 lines (7 loc) 266 B
/** * 去除字符串中所有不可打印字符并返回结果 * * @param {string} text 可能含有不可打印字符的字符串 * @returns {string} 不含不可打印字符的字符串 */ export declare function removeUnprintableChar(text: string): string;