UNPKG
baobao_with_papa
Version:
latest (1.0.0)
1.0.0
baobao_is_my_favorite_shero
19940608/partof
baobao_with_papa
/
nodejs
/
textsubmit
/
node_modules
/
npm
/
lib
/
utils
/
temp-filename.js
8 lines
(6 loc)
•
180 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
var
uniqueFilename =
require
(
'unique-filename'
)
var
npm =
require
(
'../npm.js'
)
module
.
exports
=
function
(
prefix
) {
return
uniqueFilename
(npm.
tmp
, prefix) }