Module

x/hono/jsx/utils.ts>styleObjectForEach

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

type

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