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

x/capsid/src/decorators/is.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/is.ts";

is decorator adds the class names to the given element when it's mounted.

type

(...args: string[]) => unknown