Skip to main content
Module

x/live/engine/core/resolver.ts

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
import * as live from "https://deno.land/x/live@0.36.7/engine/core/resolver.ts";

Variables

wraps an arbitrary data as a resolved object skiping the config resolution algorithm.

Receives a string (pointing to a resolvable or a resolver), a context and optionally dangling and propsAreResolved flag, and returns the resolved object. See readme for more details