UNPKG

pure-conditions

Version:
5 lines (4 loc) 102 B
function endsWith (string1, string2) { return string1.endsWith(string2) } module.exports = endsWith