Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.9/jsx/utils.ts";

type

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