Preparing search index...
The search index is not available
react-hooklation
react-hooklation
IsPluralValue
Type alias IsPluralValue<TValue>
Is
Plural
Value
<
TValue
>
:
{
[
K
in
keyof
TValue
]
:
TValue
[
K
]
extends
string
?
K
extends
PluralValueKeyPart
?
true
:
false
:
false
}
[
keyof
TValue
]
extends
true
?
true
:
false
IsPluralValue
true
if
every key of TValue matches
PluralValueKeyPart
, and
all values are string
Type Parameters
TValue
extends
StringMapValue
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
react-hooklation
MissingKeyError
MissingLocaleError
Context
HooklationConfig
HooklationEventDetails
HooklationPlugin
HooklationProviderProps
HooklationTranslations
TranslateOptions
UseHooklationOptions
Config
HooklationTransformValue
HooklationTranslation
IsNever
IsPluralValue
Key
KeyPartSeparator
KeyPrefix
Merge
PluralValueKeyPart
PrefixedKey
Loading...
Generated using
TypeDoc
IsPluralValue
true
ifPluralValueKeyPart
, and