spotify/server/node_modules/tsx/dist/temporary-directory-CwHp0_NW.mjs

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};