Travis build: 1507

This commit is contained in:
30secondsofcode
2019-10-15 12:55:58 +00:00
parent 3c2feceebd
commit 150f07d6b8
14 changed files with 204 additions and 98 deletions

View File

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