first commit
This commit is contained in:
6
build/node_modules/tempfile/index.js
generated
vendored
Normal file
6
build/node_modules/tempfile/index.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
'use strict';
|
||||
const path = require('path');
|
||||
const uuid = require('uuid');
|
||||
const tempDir = require('temp-dir');
|
||||
|
||||
module.exports = ext => path.join(tempDir, uuid.v4() + (ext || ''));
|
||||
Reference in New Issue
Block a user