[ ソース: 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.