MobX i18n
Preparing search index...
SerializedFunctions
Type Alias SerializedFunctions<T>
SerializedFunctions
:
T
extends
(
...
args
:
any
[]
)
=>
any
?
SerializedFunctionNode
:
T
extends
string
|
number
|
boolean
|
null
|
undefined
|
bigint
|
symbol
?
T
:
T
extends
(
infer
U
)
[]
?
SerializedFunctions
<
U
>
[]
:
T
extends
object
?
{
[
K
in
keyof
T
]
:
SerializedFunctions
<
T
[
K
]
>
}
:
T
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
MobX i18n
Loading...