is-plain-object
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns true if an object was created by the
Object
constructor.
Install with :
Use if you only want to check if the value is an object and not an array or null.
true when created by the Object
constructor.
false when not created by the Object
constructor.
Commits
Contributor
17
6
3
1
To generate the readme, run the following command:
Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:
Jon Schlinkert
: Returns true if the value is a number. comprehensive tests. |
: Returns true if the value is an object and not an array or null. |
: Get the native type of a value. |
Pull requests and stars are always welcome. For bugs and feature requests, .
(This project's readme.md is generated by , please don't edit the readme directly. Any changes to the readme must be made in the readme template.)
Copyright © 2017, . Released under the .
This file was generated by , v0.6.0, on July 11, 2017.