Skip to main content
Module

x/hono/jsx/utils.ts>styleObjectForEach

Web Framework built on Web Standards
Extremely Popular
Go to Latest
variable styleObjectForEach
import { styleObjectForEach } from "https://deno.land/x/hono@v4.3.6/jsx/utils.ts";

type

(style: Record<string, string>, fn: (key: string, value: string | null) => void) => void