Current section
Files
Jump to
Current section
Files
src/kirala@peasy.erl
-module(kirala@peasy).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export([now/0]).
-spec now() -> float().
now() ->
kirala_peasy_ffi:now().