Current section
Files
Jump to
Current section
Files
lib/Data/Unit.erl
%%---------------------------------------------------------------------------
%% |
%% Module : Unit
%% Copyright : (c) 2020-2021 EMQ Technologies Co., Ltd.
%% License : BSD-style (see the LICENSE file)
%%
%% Maintainer : Feng Lee, feng@emqx.io
%% Yang M, yangm@emqx.io
%% Stability : experimental
%% Portability : portable
%%
%% The Tuple FFI module.
%%
%%---------------------------------------------------------------------------
-module('Unit').
-export([unit/0]).
unit() -> {ok}.