UNPKG

@daysnap/utils

Version:
7 lines (5 loc) 144 B
/** * 替换字符串里面的回车换行 */ declare function replaceCrlf(val: string, replaceVal: string): string; export { replaceCrlf };