elm-twitch/src/Ports.elm

5 lines
96 B
Elm
Raw Normal View History

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