-module(beam_stats). -include("include/beam_stats.hrl"). -export_type( [ t/0 ]). -type t() :: #?MODULE{}.