@timlassiter11/yatl
Preparing search index...
StorageInterface
Interface StorageInterface
interface
StorageInterface
{
getItem
:
(
key
:
string
)
=>
string
|
null
;
setItem
:
(
key
:
string
,
value
:
string
)
=>
void
;
}
Index
Properties
get
Item
set
Item
Properties
get
Item
getItem
:
(
key
:
string
)
=>
string
|
null
set
Item
setItem
:
(
key
:
string
,
value
:
string
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
get
Item
set
Item
@timlassiter11/yatl
Loading...