UNPKG

pure-conditions

Version:
5 lines (4 loc) 95 B
function matches (string, regExp) { return !!string.match(regExp) } module.exports = matches