pkg-temp
v1.1.1
Published
A temporary directory automatically created specifically for your package to use for caching or storage.
Readme
Package temp 
A temporary directory automatically created specifically for your package to use for caching or storage.
Install
npm install pkg-tempUsage
const tempDir = require("pkg-temp");
console.log(tempDir);
//=> 'C:\\Users\\richi\\AppData\\Local\\Temp\\pkg-temp'API
pkgTemp
Type: string
The directory to use.

