Current section

Files

Jump to
gleam_erlang src gleam@erlang@port.erl
Raw

src/gleam@erlang@port.erl

-module(gleam@erlang@port).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch, inline]).
-define(FILEPATH, "src/gleam/erlang/port.gleam").
-export_type([port_/0]).
-type port_() :: any().