Skip to main content
Module

x/capsid/mod.ts>wired

💊 Declarative DOM programming library. Lightweight (1.79 kb).
Latest
variable wired
Re-export
import { wired } from "https://deno.land/x/capsid@v1.8.2/mod.ts";

Wires the element of the given selector to the property.

class A {

type

(sel: string) => unknown