GitHub
Examples
Preparing search index...
The search index is not available
Statekit - v2.0.0
Statekit
Serializer
Type Alias Serializer<T>
Serializer
:
{
parse
:
(
value
:
string
)
=>
T
;
stringify
:
(
value
:
T
)
=>
string
}
Type Parameters
T
=
any
Type declaration
parse
:
(
value
:
string
)
=>
T
stringify
:
(
value
:
T
)
=>
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
Examples
Statekit - v2.0.0
Loading...