sprintf.js 197 B

1234
  1. var deprecate = require('util-deprecate');
  2. module.exports = deprecate(require('sprintf-js').sprintf,
  3. 'sprintf() will be removed in the next major release, use the sprintf-js package instead.');