UNPKG

pure-conditions

Version:
5 lines (4 loc) 89 B
function hasNewLine (string) { return /\n/g.test(string) } module.exports = hasNewLine