[ 原始碼: 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.