UNPKG

diesel-core

Version:

Web framework built on Web Standards

4 lines (3 loc) 162 B
import { Server } from "bun"; import type { ContextType } from "./types"; export default function createCtx(req: Request, server: Server, url: URL): ContextType;