UNPKG

hono

Version:

Web framework built on Web Standards

3 lines (2 loc) 216 B
export declare const normalizeIntrinsicElementKey: (key: string) => string; export declare const styleObjectForEach: (style: Record<string, string | number>, fn: (key: string, value: string | null) => void) => void;