elm-twitch/src/Ports.elm

5 lines
107 B
Elm

port module Ports exposing (registerVideo)
port registerVideo : ( String, String, Maybe Int ) -> Cmd msg