Travis build: 1539

This commit is contained in:
30secondsofcode
2019-11-04 07:17:49 +00:00
parent e76a83f138
commit e5522dcf4c
15 changed files with 217 additions and 143 deletions

View File

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