UNPKG

ut-tools

Version:

Build and Release management automation package.

7 lines (5 loc) 204 B
'use strict'; const path = require('path'); const uuid = require('uuid'); const tempDirectory = require('temp-dir'); module.exports = (extension = '') => path.join(tempDirectory, uuid.v4() + extension);