Skip to main content

latest
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
29%
Published
3 months ago (0.0.1)

Add Package

deno add jsr:@clapp/route

Import symbol

import { type Router } from "@clapp/route";
type { Route } = Router;

---- OR ----

Import directly with a jsr specifier

import { type Router } from "jsr:@clapp/route";
type { Route } = Router;

Add Package

npx jsr add @clapp/route

Import symbol

import { type Router } from "@clapp/route";
type { Route } = Router;

Add Package

yarn dlx jsr add @clapp/route

Import symbol

import { type Router } from "@clapp/route";
type { Route } = Router;

Add Package

pnpm dlx jsr add @clapp/route

Import symbol

import { type Router } from "@clapp/route";
type { Route } = Router;

Add Package

bunx jsr add @clapp/route

Import symbol

import { type Router } from "@clapp/route";
type { Route } = Router;