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

x/live/clients/withManifest.ts>invoke

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
variable invoke
import { invoke } from "https://deno.land/x/live@1.74.1/clients/withManifest.ts";

Receives the function id as a parameter (e.g #FUNC_ID, the # will be ignored) or the function name as a parameter (e.g deco-sites/std/functions/vtexProductList.ts) and invoke the target function passing the provided props as the partial input for the function.

type

<TManifest extends AppManifest>(fetcher?: fetch) => unknown