Preparing search index...
The search index is not available
biorate
biorate
i18n
TFunction
Interface TFunction<Ns, KPrefix>
T function declaration *
interface
TFunction
<
Ns
,
KPrefix
>
{
$TFunctionBrand
:
never
;
<
const
Key
,
const
TOpt
,
Ret
,
const
ActualOptions
>
(
...
args
)
:
TFunctionReturnOptionalDetails
<
Ret
,
TOpt
>
;
}
Type Parameters
Ns
extends
Namespace
=
DefaultNamespace
KPrefix
=
undefined
TFunction
<
const
Key
,
const
TOpt
,
Ret
,
const
ActualOptions
>
(
...
args
)
:
TFunctionReturnOptionalDetails
<
Ret
,
TOpt
>
Type Parameters
const
Key
extends
string
|
TemplateStringsArray
const
TOpt
extends
TOptions
Ret
extends
string
|
$SpecialObject
const
ActualOptions
extends
TOptionsBase
&
$Dictionary
&
InterpolationMap
<
Ret
>
=
TOpt
&
InterpolationMap
<
Ret
>
Parameters
Rest
...
args
:
[
key
:
Key
|
Key
[]
,
options
?:
ActualOptions
]
|
[
key
:
string
|
string
[]
,
options
:
TOpt
&
$Dictionary
&
{
defaultValue
:
string
;
}
]
|
[
key
:
string
|
string
[]
,
defaultValue
:
string
,
options
?:
TOpt
&
$Dictionary
]
Returns
TFunctionReturnOptionalDetails
<
Ret
,
TOpt
>
Index
Properties
$TFunction
Brand
Properties
$TFunction
Brand
$TFunction
Brand
:
never
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
$TFunction
Brand
biorate
Loading...
T function declaration *