Packages

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

Current section

Files

Jump to
agnostic src agnostic@serializer.erl
Raw

src/agnostic@serializer.erl

-module(agnostic@serializer).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch, inline]).
-define(FILEPATH, "src/agnostic/serializer.gleam").
-export_type([serializer/1]).
-type serializer(IPQ) :: {serializer,
fun((agnostic@vdom@vnode:element(IPQ)) -> binary()),
fun((agnostic@vdom@vnode:raw_content()) -> binary())}.