Skip to main content
Module

x/live/mod.ts>FnContext

deco is a new type of web framework for building dynamic, high-performance, edge-native web applications that can be controlled via a powerful, visual admin UI.
Very Popular
Go to Latest
type alias FnContext
Re-export
import { type FnContext } from "https://deno.land/x/live@1.17.2/mod.ts";

Type Parameters

optional
TState = { }
optional
TManifest extends DecoManifest = Manifest
definition: TState & { response: { headers: Headers; }; get: ResolveFunc; invoke: InvocationFunc<TManifest>; }