UNPKG

hono

Version:

Web framework built on Web Standards

5 lines (4 loc) 350 B
export declare const normalizeIntrinsicElementKey: (key: string) => string; export declare const isValidTagName: (name: unknown) => name is string; export declare const isValidAttributeName: (name: string) => boolean; export declare const styleObjectForEach: (style: Record<string, unknown>, fn: (key: string, value: string | null) => void) => void;