When to use deno add compared to import with a prefix?
As the title says, I can import like this:
import { parse } from "jsr:@std/csv/parse";
import { parse } from "jsr:@std/csv/parse";
And it will work, but there is also deno adddeno add, which I'm recommended to use if I import from @std/csv/parse@std/csv/parse. When should I use deno adddeno add?
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.