UNPKG

@types/newline-remove

Version:
7 lines (5 loc) 131 B
/** * Strip all newlines from the given value */ declare function removeNewlines(val: string): string; export = removeNewlines;