port module Clipboard exposing (copyToClipboard) port copyToClipboard : String -> Cmd msg