From 55f01ce3978f12eafe7e726ee52133169c84b2bc Mon Sep 17 00:00:00 2001 From: nsensfel Date: Thu, 27 Sep 2018 16:25:14 +0200 Subject: ... --- src/shared/Action/Ports.elm | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/shared/Action/Ports.elm (limited to 'src/shared') diff --git a/src/shared/Action/Ports.elm b/src/shared/Action/Ports.elm new file mode 100644 index 0000000..460defc --- /dev/null +++ b/src/shared/Action/Ports.elm @@ -0,0 +1,5 @@ +port module Action.Ports exposing (..) + +port read_params : () -> (Cmd msg) +port store_params : (Int, String) -> (Cmd msg) +port store_results : (String) -> (Cmd msg) -- cgit v1.2.3-70-g09d2