Add Package
deno add jsr:@unplugin/ast
Import symbol
import { type NodeRef } from "@unplugin/ast/index";
---- OR ----
Import directly with a jsr specifier
import { type NodeRef } from "jsr:@unplugin/ast/index";
Add Package
npx jsr add @unplugin/ast
Import symbol
import { type NodeRef } from "@unplugin/ast/index";
Add Package
yarn dlx jsr add @unplugin/ast
Import symbol
import { type NodeRef } from "@unplugin/ast/index";
Add Package
pnpm dlx jsr add @unplugin/ast
Import symbol
import { type NodeRef } from "@unplugin/ast/index";
Add Package
bunx jsr add @unplugin/ast
Import symbol
import { type NodeRef } from "@unplugin/ast/index";