jsaddle
Safe HaskellNone
LanguageHaskell2010

Data.JSString.Text

Description

Conversion between Text and JSString

Synopsis

Documentation

textFromJSVal :: JSVal -> GHCJSPure Text Source #

returns the empty Text if not a string

lazyTextFromJSVal :: JSVal -> GHCJSPure Text Source #

returns the empty Text if not a string