Travis build: 1511

This commit is contained in:
30secondsofcode
2019-10-16 06:39:13 +00:00
parent 4b6bce7ac8
commit ca2c1a51c0
14 changed files with 207 additions and 117 deletions

View File

@ -33,6 +33,7 @@ const checkProp = (predicate, prop) => obj => !!predicate(obj[prop]);
const lengthIs4 = checkProp(l => l === 4, 'length');