Travis build: 1321
This commit is contained in:
@ -9,6 +9,6 @@ const isPlainObject = val => !!val && typeof val === 'object' && val.constructor
|
||||
```
|
||||
|
||||
```js
|
||||
isPlainObject({ 'a': 1 }); // true
|
||||
isPlainObject({ a: 1 }); // true
|
||||
isPlainObject(new Map()); // false
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user