const splitLines = str => str.split(/\r?\n/); module.exports = splitLines