@webdeveric/utils
Preparing search index...
convert
ConvertRecord
Type Alias ConvertRecord<Input, Output>
ConvertRecord
:
{
[
Property
in
keyof
Output
]
:
Output
[
Property
]
extends
Builtin
?
ConvertFn
<
Input
,
Output
[
Property
]
>
:
AnyConverter
<
Input
,
Output
[
Property
]
>
}
Type Parameters
Input
Output
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webdeveric/utils
Loading...