Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/live/engine/schema/utils.ts>visit

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
function visit
import { visit } from "https://deno.land/x/live@1.107.0/engine/schema/utils.ts";

Type Parameters

T extends TypedElement
optional
TResult = void

Parameters

items: T[]
visitor: Visitor<T, TResult>

Returns

Promise<TResult | void>