node-util-deprecate

Node.js's `util.deprecate()` function with browser support
  https://github.com/TooTallNate/util-deprecate
  0
  no reviews



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.