Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
node-util-deprecate
Node.js's `util.deprecate()` function with browser support
https://github.com/TooTallNate/util-deprecate
0
no reviews
Install
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.