Module

x/fresh/plugins/twindv1_deps.ts>TxFunction

The next-gen web framework.
Extremely Popular
Latest
interface TxFunction
import { type TxFunction } from "https://dotland.deno.dev/x/fresh@1.6.8/plugins/twindv1_deps.ts";

Call Signatures

(...classes: Class[]): string
(strings: TemplateStringsArray, ...interpolations: readonly Class[]): string

Methods

bind(thisArg?: ((tokens: string) => string) | undefined | void): TxFunction
call(thisArg: ((tokens: string) => string) | undefined | void, ...classes: Class[]): string
call(
thisArg: ((tokens: string) => string) | undefined | void,
strings: TemplateStringsArray,
...interpolations: readonly Class[],
): string
apply(thisArg: ((tokens: string) => string) | undefined | void, classes: Class[] | [TemplateStringsArray, readonly Class[]]): string