Current section

Files

Jump to
fireball src fireball@objects@collection.erl
Raw

src/fireball@objects@collection.erl

-module(fireball@objects@collection).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export_type([collection/0]).
-type collection() :: {collection, binary(), binary()}.