Dashboard Temp Share Shortlinks Frames API

HTMLify

node.js
Views: 6 | Author: cody
1
2
3
4
5
/**
 * For Node.js, simply re-export the core `util.deprecate` function.
 */

module.exports = require('util').deprecate;