Skip to main content
Module

x/evt/lib/types/index.ts>dom.CSS

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.CSS
import { type dom } from "https://deno.land/x/evt@v2.4.3/lib/types/index.ts";
const { CSS } = dom;

Holds useful CSS-related methods. No object with this interface are implemented: it contains only static methods and therefore is a utilitarian interface.

Methods

escape(value: string): string
supports(property: string, value?: string): boolean