Files
30-seconds-of-code/node_modules/underscore.string/sprintf.js
2019-08-20 15:52:05 +02:00

5 lines
197 B
JavaScript

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