Skip to main content
Home

A straightforward routing and static file handler for Deno.

This package works with Deno
This package works with Deno
JSR Score
64%
Published
a week ago (1.0.7)
function DH_defineRoutes
DH_defineRoutes(): unknown

'Set the function for your desired route, example:

DH_defineRoutes().GET('/', function)

Return Type

unknown

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:@amirprestreshi/route-dh

Import symbol

import DH_defineRoutes from "@amirprestreshi/route-dh";
or

Import directly with a jsr specifier

import DH_defineRoutes from "jsr:@amirprestreshi/route-dh";