mirror of
https://github.com/denoland/deno.git
synced 2024-11-28 16:20:57 -05:00
c32d692a8f
``` deno install --entrypoint one.ts two.ts ``` effectively equivalent to `deno cache`
1 line
47 B
TypeScript
1 line
47 B
TypeScript
import { add } from "jsr:@denotest/add@1.0.0";
|