| Direktori : /proc/thread-self/root/opt/alt/alt-nodejs14/root/lib/node_modules/npm/lib/utils/ |
| Current File : //proc/thread-self/root/opt/alt/alt-nodejs14/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)
}