PokéRogue
GitHub
Switch to Main
Preparing search index...
test/test-utils/mocks/mock-local-storage
mockLocalStorage
Function mockLocalStorage
mockLocalStorage
()
:
{
clear
()
:
void
;
getItem
(
key
:
string
)
:
any
;
hasOwnProperty
(
key
:
string
)
:
boolean
;
removeItem
(
key
:
string
)
:
void
;
setItem
(
key
:
string
,
value
:
string
)
:
void
;
}
Returns
{
clear
()
:
void
;
getItem
(
key
:
string
)
:
any
;
hasOwnProperty
(
key
:
string
)
:
boolean
;
removeItem
(
key
:
string
)
:
void
;
setItem
(
key
:
string
,
value
:
string
)
:
void
;
}
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
GitHub
Switch to Main
PokéRogue
Loading...