mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-05 07:46:10 -04:00
6 lines
97 B
JavaScript
6 lines
97 B
JavaScript
const path = require('path')
|
|
|
|
module.exports = function (dir) {
|
|
return path.join(dir, 'tmp')
|
|
}
|