Preparing search index...
The search index is not available
Documentation - v0.0.0
Documentation
@arroyodev-llc/utils.fs
SimpleStore
Interface SimpleStore
interface
SimpleStore
{
data
:
any
;
flush
(
)
:
void
;
save
(
data
:
any
)
:
any
;
}
Hierarchy (
view full
)
SimpleStore
SimpleJsonStore
Index
Properties
data
Methods
flush
save
Properties
data
data
:
any
Data in store.
Methods
flush
flush
(
)
:
void
FLush all data from store.
Returns
void
save
save
(
data
)
:
any
Overwrite store data.
Parameters
data
:
any
new data.
Returns
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
Methods
flush
save
Documentation - v0.0.0
Loading...
Data in store.