UNPKG

chrome-util-deprecate

Version:

The Node.js `util.deprecate()` function with chrome app support

7 lines (4 loc) 129 B
/** * For Node.js, simply re-export the core `util.deprecate` function. */ module.exports = require('util').deprecate;