Skip to main content
Module

x/fast/mod.ts

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