UNPKG

tripledoc

Version:

Library to read, create and update documents on a Solid Pod

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 || ''));