Skip to main content
Module

x/domdom/data/types.ts>Stower

The proactive web framework for the unprofessional - Deno build
Latest
interface Stower
import { type Stower } from "https://deno.land/x/domdom@v4.12.0/data/types.ts";

Methods

add(
value: any,
index: number,
subIndex?: number,
path?: string,
): void
remove(
value: any,
index: number,
subIndex?: number,
path?: string,
): void
or(index: number, or: any): void