Skip to main content
Module

x/fastro/mod.ts

Fast and simple web application framework for deno
Go to Latest
File
export { Fastro, Request,} from "./src/server.ts";
export { support, sendOk,} from "./src/middlewares/sample.ts";
export { sample,} from "./src/plugins/sample.ts";