mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-04 20:21:27 -05:00
5 lines
131 B
JavaScript
5 lines
131 B
JavaScript
'use strict'
|
|
const expandTilde = require('./fs/expand_tilde')
|
|
|
|
module.exports = globalPath => expandTilde(globalPath || '~/.pnpm')
|