Packages

A DSL for generating HTML in Gleam

Current section

Files

Jump to
html_dsl src html_dsl@types@id.erl
Raw

src/html_dsl@types@id.erl

-module(html_dsl@types@id).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export_type([id/0]).
-type id() :: {id, binary()} | nil.