Travis build: 1587

This commit is contained in:
30secondsofcode
2019-11-30 08:33:49 +00:00
parent 3f81f6ffdd
commit 34428e578c
14 changed files with 818 additions and 821 deletions

View File

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