AlkantarClanX12

Your IP : 3.133.152.26


Current Path : /proc/thread-self/root/opt/alt/alt-nodejs10/root/lib/node_modules/npm/lib/utils/
Upload File :
Current File : //proc/thread-self/root/opt/alt/alt-nodejs10/root/lib/node_modules/npm/lib/utils/temp-filename.js

'use strict'
var uniqueFilename = require('unique-filename')
var npm = require('../npm.js')

module.exports = function (prefix) {
  return uniqueFilename(npm.tmp, prefix)
}