Search
Preparing search index...
The search index is not available
immer-loves-svelte
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
immer-loves-svelte
Index
Type aliases
Updatable
Updater
Variables
empty
noprop
Functions
make
Update
Proxy
make
Update
Proxy
Impl
sub
Store
Type aliases
Updatable
Updatable<T>
:
{
__immer_loves_svelte_update__
:
(
r
:
T
)
=>
Nothing
}
&
T
Type parameters
T
Updater
Updater<T>
:
(
arg0
:
T
)
=>
T
Type parameters
T
Type declaration
(
arg0
:
T
)
:
T
Parameters
arg0:
T
Returns
T
Variables
Const
empty
empty
:
{}
Type declaration
Const
noprop
noprop
:
""
= ""
Functions
Const
make
Update
Proxy
make
Update
Proxy<T, U>
(
target
:
T
, selector
:
(
r
:
T
)
=>
U
)
:
(
r
:
U
)
=>
void
Type parameters
T
:
object
U
Parameters
target:
T
selector:
(
r
:
T
)
=>
U
(
r
:
T
)
:
U
Parameters
r:
T
Returns
U
Returns
(
r
:
U
)
=>
void
(
r
:
U
)
:
void
Parameters
r:
U
Returns
void
make
Update
Proxy
Impl
make
Update
Proxy
Impl<T, P>
(
obj
:
T
, parent
:
P
, parentProp
:
string
|
number
)
:
any
Type parameters
T
:
object
P
:
object
Parameters
obj:
T
parent:
P
parentProp:
string
|
number
Returns
any
sub
Store
sub
Store<T, U>
(
store
:
Writable
<
T
>
, selector
:
(
r
:
T
)
=>
U
)
:
Writable
<
U
>
Type parameters
T
:
object
U
Parameters
store:
Writable
<
T
>
selector:
(
r
:
T
)
=>
U
(
r
:
T
)
:
U
Parameters
r:
T
Returns
U
Returns
Writable
<
U
>
Globals
Updatable
Updater
empty
noprop
make
Update
Proxy
make
Update
Proxy
Impl
sub
Store
Generated using
TypeDoc