[ 原始碼: node-util-deprecate ]
套件:node-util-deprecate(1.0.2-3)
node-util-deprecate 的相關連結
Debian 的資源:
下載原始碼套件 node-util-deprecate:
- [node-util-deprecate_1.0.2-3.dsc]
- [node-util-deprecate_1.0.2.orig.tar.gz]
- [node-util-deprecate_1.0.2-3.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Node.js's `util.deprecate()` function with browser support
In Node.js, this module simply re-exports the util.deprecate() function.
In the web browser (i.e. via browserify), a browser-specific implementation of the util.deprecate() function is used.
Node.js is an event-based server-side JavaScript engine.