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

x/capsid/src/decorators/on_use_handler.ts>default

💊 Declarative DOM programming library. Lightweight (1.79 kb).
Latest
variable default
import { default } from "https://deno.land/x/capsid@v1.8.2/src/decorators/on_use_handler.ts";

Registers the on[eventName] and on[eventName].at decorators.

type

(handlerName: string) => unknown