mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-23 18:50:10 +08:00
4 lines
104 B
JavaScript
4 lines
104 B
JavaScript
|
export default () => {
|
||
|
return process.env[process.platform == 'win32' ? 'USERPROFILE' : 'HOME'];
|
||
|
};
|