Skip to main content
Home

A lightweight, flexible routing library for JavaScript.

This package works with Node.js, Deno, Bun
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
76%
Published
a year ago (0.3.2)

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@pathless/pathless

Import symbol

import { type MiddlewareFunction } from "@pathless/pathless";
or

Import directly with a jsr specifier

import { type MiddlewareFunction } from "jsr:@pathless/pathless";

Add Package

pnpm i jsr:@pathless/pathless
or (using pnpm 10.8 or older)
pnpm dlx jsr add @pathless/pathless

Import symbol

import { type MiddlewareFunction } from "@pathless/pathless";

Add Package

yarn add jsr:@pathless/pathless
or (using Yarn 4.8 or older)
yarn dlx jsr add @pathless/pathless

Import symbol

import { type MiddlewareFunction } from "@pathless/pathless";

Add Package

vlt install jsr:@pathless/pathless

Import symbol

import { type MiddlewareFunction } from "@pathless/pathless";

Add Package

npx jsr add @pathless/pathless

Import symbol

import { type MiddlewareFunction } from "@pathless/pathless";

Add Package

bunx jsr add @pathless/pathless

Import symbol

import { type MiddlewareFunction } from "@pathless/pathless";