Add Package
deno add jsr:@ali50m/tree
Import symbol
import * as tree from "@ali50m/tree";
---- OR ----
Import directly with a jsr specifier
import * as tree from "jsr:@ali50m/tree";
Add Package
npx jsr add @ali50m/tree
Import symbol
import * as tree from "@ali50m/tree";
Add Package
yarn dlx jsr add @ali50m/tree
Import symbol
import * as tree from "@ali50m/tree";
Add Package
pnpm dlx jsr add @ali50m/tree
Import symbol
import * as tree from "@ali50m/tree";
Add Package
bunx jsr add @ali50m/tree
Import symbol
import * as tree from "@ali50m/tree";