Skip to main content
Module

x/live/mod.ts>asResolved

deco is a new type of web framework for building dynamic, high-performance, edge-native web applications that can be controlled via a powerful, visual admin UI.
Very Popular
Go to Latest
variable asResolved
import { asResolved } from "https://deno.land/x/live@1.17.3/mod.ts";

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

type

<T>(data: T) => T