Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deco/engine/core/resolver.ts

deco is the edge-native site editor and app framework for building dynamic, high-performance sites with a built-in visual admin UI.
Go to Latest
import * as deco from "https://deno.land/x/deco@1.35.3/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 propsIsResolved flag, and returns the resolved object. See readme for more details