UNPKG

@daysnap/utils

Version:
7 lines (5 loc) 123 B
/** * 替换字符串里面的回车换行符 */ declare function filterCRLF(v: string): string; export { filterCRLF };