套件: node-type-detect (4.0.8-3)
node-type-detect 的相關超連結
Trisquel 的資源:
下載原始碼套件 node-type-detect:
- [node-type-detect_4.0.8-3.dsc]
- [node-type-detect_4.0.8.orig.tar.gz]
- [node-type-detect_4.0.8-3.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Javascript Maintainers (郵件存檔)
- Syam G Krishnan
外部的資源:
- 主頁 [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.