Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fsrouter/mod.ts>RouterOptions

A file system based router for Deno.
Go to Latest
interface RouterOptions
import { type RouterOptions } from "https://deno.land/x/fsrouter@2.8.0/mod.ts";

A collection of options to be passed in on initialization.

Properties

optional
bootMessage: boolean

Whether or not an information message should be shown on startup. Defaults to true.