beam_js/lib/beam_js/boxed.ex
2026-03-30 15:43:34 -05:00

3 lines
64 B
Elixir

defmodule BeamJs.Boxed do
defstruct [:type, :value]
end