BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
normalize-package-data
/
lib
📤 Upload
📝 New File
📁 New Folder
Close
Editing: safe_format.js
var util = require('util') module.exports = function () { var args = Array.prototype.slice.call(arguments, 0) args.forEach(function (arg) { if (!arg) { throw new TypeError('Bad arguments.') } }) return util.format.apply(null, arguments) }
Save
Cancel