miso-0.12.0.0: ghcjs-src/Miso/Util.hs
-----------------------------------------------------------------------------
-- |
-- Module : Miso.Util
-- Copyright : (C) 2016-2018 David M. Johnson
-- License : BSD3-style (see the file LICENSE)
-- Maintainer : David M. Johnson <djohnson.m@gmail.com>
-- Stability : experimental
-- Portability : non-portable
----------------------------------------------------------------------------
module Miso.Util
( now
, consoleLog
, jsvalToValue
, windowAddEventListener
, stringify
, parse
) where
import Miso.FFI