Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

route

import { route } from "https://raw.githubusercontent.com/gemrest/laurali/main/mod.ts";

Mark the function as a route and register it to the Server.

const route: (path?: string) => unknown;