Add Package
deno add jsr:@limette/core
Import symbol
import { type Handlers } from "@limette/core";
or
Import directly with a jsr specifier
import { type Handlers } from "jsr:@limette/core";
Add Package
pnpm i jsr:@limette/core
or (using pnpm 10.8 or older)
pnpm dlx jsr add @limette/core
Import symbol
import { type Handlers } from "@limette/core";
Add Package
yarn add jsr:@limette/core
or (using Yarn 4.8 or older)
yarn dlx jsr add @limette/core
Import symbol
import { type Handlers } from "@limette/core";
Add Package
npx jsr add @limette/core
Import symbol
import { type Handlers } from "@limette/core";
Add Package
bunx jsr add @limette/core
Import symbol
import { type Handlers } from "@limette/core";