[ 原始碼: node-is-plain-obj ]
套件:node-is-plain-obj(3.0.0-2)
node-is-plain-obj 的相關連結
Debian 的資源:
下載原始碼套件 node-is-plain-obj:
- [node-is-plain-obj_3.0.0-2.dsc]
- [node-is-plain-obj_3.0.0.orig.tar.gz]
- [node-is-plain-obj_3.0.0-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Check if a value is a plain object
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.