Skip to main content
Module

x/fastro/server/mod.ts

Fast and simple web application framework for deno
Go to Latest
File
import { fastro } from "./server.ts";export * from "../types.d.ts";export { createSSR } from "./render.ts";
export default fastro;