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