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

5 lines
199 B
JavaScript

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