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

x/capsid/mod.ts>def

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

Registers the class-component for the given name and constructor and returns the constructor.

type

(name: string, Constructor: Function) => unknown