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