[ ソース: node-type-detect ]
パッケージ: node-type-detect (4.0.8-4)
node-type-detect に関するリンク
Debian の資源:
node-type-detect ソースパッケージをダウンロード:
- [node-type-detect_4.0.8-4.dsc]
- [node-type-detect_4.0.8.orig.tar.gz]
- [node-type-detect_4.0.8-4.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Improved typeof detection for node.js and the browser
Type Detect is a module which you can use to detect the type of a given object. It returns a string representation of the object's type, either using typeof or @@toStringTag.
It also normalizes some object names for consistency among browsers.
Node.js is an event-based server-side JavaScript engine.