UNPKG

@daysnap/utils

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