Skip to main content
Module

x/fastro/server/mod.ts

Fast and simple web application framework for deno
Go to Latest
File
import { application, getParam, getParams } from "./application.ts"export * from "./deps.ts"export * from "./types.ts"export * from "./router.ts"export * from "./container.ts"export * from "./response.ts"export { getParam, getParams }export default application