UNPKG

check-ethereum-scanner

Version:

Safety checks for new Ethereum tokens

4 lines (3 loc) 124 B
const normalizeValue = (value) => String(value) .replace(/\r(?!\n)|(?<!\r)\n/g, "\r\n"); export default normalizeValue;