Portability | portable |
---|---|
Stability | development |
Maintainer | mariusz@scrive.com |
Safe Haskell | None |
Data structures that hold JSValue inside. Value can be extracted or replaced, but is always inside.
Documentation
class JSValueContainer a whereSource
getJSValue :: a -> JSValueSource
setJSValue :: JSValue -> a -> aSource