Skip to main content
Module

x/capsid/mod.ts>get

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

Gets the eoelement instance of the class-component of the given name

type

<T>(name: string, el: Element) => T