Packages

A platform agnostic Elm-like framework (soft-fork of Lustre)

Current section

Files

Jump to
agnostic include agnostic@platform@dom_SerializerConfig.hrl
Raw

include/agnostic@platform@dom_SerializerConfig.hrl

-record(serializer_config, {
void_elements :: gleam@set:set(binary()),
self_closing_tags :: gleam@set:set(binary())
}).