Packages

A Gleam library for generating HTML

Current section

Files

Jump to
htmz include htmz@selector_parser_ParseResult.hrl
Raw

include/htmz@selector_parser_ParseResult.hrl

-record(parse_result, {tag_name :: binary(), attrs :: list({binary(), binary()})}).