mirror of
https://github.com/bnmgh1/NodeSandbox.git
synced 2025-04-21 21:05:21 +08:00
4 lines
112 B
JavaScript
4 lines
112 B
JavaScript
const envPaths = require('env-paths')
|
|
|
|
module.exports.devDir = () => envPaths('node-gyp', { suffix: '' }).cache
|