Skip to main content
Module

x/fast/mod.ts

Speedy web framework for Deno
Go to Latest
File
import { WebApp } from "./app.ts";export default () => new WebApp();export { Context } from "./context.ts";export type { Middleware } from "./types.ts";