Preparing search index...
The search index is not available
platform-bible-utils
platform-bible-utils
ReplaceType
Type Alias ReplaceType<T, A, B>
ReplaceType
:
T
extends
A
?
B
:
T
extends
object
?
{
[
K
in
keyof
T
]
:
ReplaceType
<
T
[
K
]
,
A
,
B
>
}
:
T
Within type T, recursively change properties that were of type A to be of type B
Type Parameters
T
A
B
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
platform-bible-utils
Loading...
Within type T, recursively change properties that were of type A to be of type B