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

x/blocks/engine/core/resolver.ts

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
import * as blocks from "https://deno.land/x/blocks@1.75.0/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