Skip to main content
Module

x/deco/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/deco@1.63.6/mod.ts";

type

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