Preparing search index...
The search index is not available
value-enhancer - v5.5.0
value-enhancer
index
val
Function val
val
<
TValue
>
(
)
:
Val
<
undefined
|
TValue
>
Creates a writable val.
Type Parameters
TValue
=
any
Returns
Val
<
undefined
|
TValue
>
A val with undefined value.
val
(
value
,
config
?
)
:
Val
<
any
[]
>
Creates a writable val.
Parameters
value
:
[
]
Initial value.
Optional
config
:
ValConfig
<
any
[]
>
Optional custom config.
Returns
Val
<
any
[]
>
val
<
TValue
>
(
value
,
config
?
)
:
Val
<
NoInfer
<
TValue
>
>
Creates a writable val.
Type Parameters
TValue
=
any
Parameters
value
:
TValue
Initial value.
Optional
config
:
ValConfig
<
TValue
>
Optional custom config.
Returns
Val
<
NoInfer
<
TValue
>
>
val
<
TValue
>
(
value
?
,
config
?
)
:
Val
<
NoInfer
<
TValue
>
>
Creates a writable val.
Type Parameters
TValue
=
any
Parameters
Optional
value
:
TValue
Initial value.
Optional
config
:
ValConfig
<
undefined
|
TValue
>
Optional custom config.
Returns
Val
<
NoInfer
<
TValue
>
>
Settings
Theme
OS
Light
Dark
value-enhancer - v5.5.0
Loading...
Creates a writable val.