deno
یک runtime امن برای JavaScript و TypeScript. اطلاعات بیشتر: https://docs.deno.com/runtime/reference/cli.
deno run {{path/to/file.ts}}
deno
deno run --allow-net {{path/to/file.ts}}
deno run {{https://deno.land/std/examples/welcome.ts}}
deno install {{https://deno.land/std/examples/colors.ts}}