Skip to main content
Module

x/live/blocks/app.ts>mergeRuntimes

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

type

<TAppRuntime extends MergedAppRuntime = MergedAppRuntime>(unnamed 0: TAppRuntime, unnamed 1: TAppRuntime) => Pick<TAppRuntime,
| "manifest"
| "resolvables"
| "resolvers"
| "importMap"
>