Skip to main content
Module

x/live/mod.ts>newContext

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
variable newContext
import { newContext } from "https://deno.land/x/live@1.53.10/mod.ts";

type

<T extends AppManifest>(
m: T,
currentImportMap?: ImportMap,
release?: Release | undefined,
instanceId?: string | undefined,
site?: string | undefined,
) => Promise<DecoContext>