Files
Gemini-Search/node_modules/tsx/dist/temporary-directory-CwHp0_NW.mjs
Ammaar Reshi d6025af146 Initial commit
2025-01-04 14:06:53 +00:00

2 lines
151 B
JavaScript

import r from"node:path";import o from"node:os";const{geteuid:t}=process,s=t?t():o.userInfo().username,e=r.join(o.tmpdir(),`tsx-${s}`);export{e as t};