elm-twitch/src/Ports.elm

5 lines
96 B
Elm

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