Skip to main content
Module

x/crate/mod.ts

a full-stack web framework built with deno!
Go to Latest
File
/* Crate —— v0.3 */
import serveCrate from "./server.ts";
export default class Crate { serve(src: Record<string, unknown>) { serveCrate(src); }
/* more functions soon! */}