git ssb

3+

cel / ssb-npm-registry



Tree: d2f2697f296dd39aed6a8b63c6d04a736a7db5b3

Files: d2f2697f296dd39aed6a8b63c6d04a736a7db5b3 / node_modules / util-deprecate / node.js

123 bytesRaw
1
2/**
3 * For Node.js, simply re-export the core `util.deprecate` function.
4 */
5
6module.exports = require('util').deprecate;
7

Built with git-ssb-web