UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

7 lines (5 loc) 181 B
'use strict'; const path = require('path'); const uuid = require('uuid'); const tempDir = require('temp-dir'); module.exports = ext => path.join(tempDir, uuid.v4() + (ext || ''));