Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
node-is-plain-obj
Check if a value is a plain object
https://github.com/sindresorhus/is-plain-obj
0
no reviews
Install
An object is plain if it's created by either `{}`, `new Object()` or `Object.create(null)`.
Node.js is an event-based server-side JavaScript engine.