Module

Presto.Core.LocalStorage

Package
purescript-presto
Repository
juspay/purescript-presto

#getValueFromLocalStore' Source

#setValueToLocalStore' Source

setValueToLocalStore' :: forall e. String -> String -> Eff (ls :: LOCAL_STORAGE | e) Unit

#getValueFromLocalStore Source

getValueFromLocalStore :: forall eff. String -> Aff (ls :: LOCAL_STORAGE | eff) (Maybe String)

#setValueToLocalStore Source

setValueToLocalStore :: forall eff. String -> String -> Aff (ls :: LOCAL_STORAGE | eff) Unit