Module
Presto.Core.LocalStorage
- Package
- purescript-presto
- Repository
- juspay/purescript-presto
#getValueFromLocalStore' Source
getValueFromLocalStore' :: forall e. String -> Eff (ls :: LOCAL_STORAGE | e) String#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- Modules
- Presto.
Core. Flow - Presto.
Core. Language. Runtime. API - Presto.
Core. Language. Runtime. Interpreter - Presto.
Core. LocalStorage - Presto.
Core. Operators - Presto.
Core. Types. API - Presto.
Core. Types. App - Presto.
Core. Types. Language. APIInteract - Presto.
Core. Types. Language. Flow - Presto.
Core. Types. Language. Interaction - Presto.
Core. Types. Language. Storage - Presto.
Core. Types. Permission - Presto.
Core. Utils. Encoding