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

hook

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

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

const hook: (hook?: Hook) => unknown;