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

x/cav/examples/chat/deps_dom.ts>cx

A server framework for Deno
Go to Latest
function cx
import { cx } from "https://deno.land/x/cav@0.2.0-alpha.7/examples/chat/deps_dom.ts";

Filters out any non-string or empty string arguments and joins the rest to create a class list for an HTML element.

Parameters

...args: unknown[]

Returns

string