<>(...args: [string, Array<RequestHandler<ReqType, ArgType, ResType>>] | [Array<RequestHandler<ReqType, ArgType, ResType>>]) => RouterType<R, A>
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, 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;