[ 源代码: 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.