Travis build: 1323 [cron]
This commit is contained in:
2
test/isPlainObject/isPlainObject.js
Normal file
2
test/isPlainObject/isPlainObject.js
Normal file
@ -0,0 +1,2 @@
|
||||
const isPlainObject = val => !!val && typeof val === 'object' && val.constructor === Object;
|
||||
module.exports = isPlainObject
|
||||
Reference in New Issue
Block a user