Current section

Files

Jump to
gleesend src gleesend.erl
Raw

src/gleesend.erl

-module(gleesend).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-define(FILEPATH, "src/gleesend.gleam").
-export_type([resend/0]).
-type resend() :: {resend, binary()}.