File: node.js

package info (click to toggle)
node-util-deprecate 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 92 kB
  • ctags: 3
  • sloc: makefile: 4; sh: 2
file content (6 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6

/**
 * For Node.js, simply re-export the core `util.deprecate` function.
 */

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