Spaces:
Runtime error
Runtime error
File size: 151 Bytes
7092a30 | 1 2 | 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};
|