UNPKG

tsx

Version:

TypeScript Execute (tsx): Node.js enhanced with esbuild to run TypeScript & ESM files

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