time-to-botec

Benchmark sampling in different programming languages
Log | Files | Refs | README

node.js (123B)


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