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

x/windmill/node_modules/evt/lib/types/lib.dom.d.ts>CSS

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
interface CSS
import { type CSS } from "https://deno.land/x/windmill@v1.73.1/node_modules/evt/lib/types/lib.dom.d.ts";

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