Travis build: 1323 [cron]

This commit is contained in:
30secondsofcode
2018-01-19 20:10:17 +00:00
parent a68d1ec79f
commit 6e283ea871
20 changed files with 309 additions and 96 deletions

View File

@ -0,0 +1,2 @@
const isPlainObject = val => !!val && typeof val === 'object' && val.constructor === Object;
module.exports = isPlainObject