Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deco/mod.ts>asResolved

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Very Popular
Go to Latest
variable asResolved
import { asResolved } from "https://deno.land/x/deco@1.72.0/mod.ts";

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

type

<T>(data: T, deferred?: boolean) => T