UNPKG

pure-conditions

Version:
5 lines (4 loc) 102 B
function hasWhitespace (string) { return /\s| /g.test(string) } module.exports = hasWhitespace