elm-twitch/src/Ports.elm

5 lines
107 B
Elm
Raw Normal View History

2020-10-04 16:37:01 +02:00
port module Ports exposing (registerVideo)
2020-10-04 21:31:16 +02:00
port registerVideo : ( String, String, Maybe Int ) -> Cmd msg