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, getQueries, getQuery,} from "./application.ts";export * from "./types.ts";export * from "./router.ts";export * from "./container.ts";export * from "./response.ts";export { getParam, getParams, getQueries, getQuery };export default application;export { h } from "./deps.ts";