Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dropserver_app/approutes.ts>StaticAppRoute

Library that helps you create Dropserver applications
Latest
type alias StaticAppRoute
import { type StaticAppRoute } from "https://deno.land/x/dropserver_app@v0.2.2/approutes.ts";
definition: AppRouteBase & { type: RouteType.static; opts: StaticOpts; }