UNPKG

@daysnap/utils

Version:
7 lines (5 loc) 87 B
/** * \n to <br/> */ declare function lfToBr(v: string): string; export { lfToBr };