@webdeveric/utils
Preparing search index...
normalize
NormalizersRecord
Type Alias NormalizersRecord<RecordType, OwnerRecordType, ContextData>
NormalizersRecord
:
{
readonly
[
Property
in
keyof
RecordType
]
?:
RecordType
[
Property
]
extends
Builtin
?
NormalizerFn
<
RecordType
[
Property
]
,
OwnerRecordType
,
ContextData
>
:
AnyNormalizer
<
RecordType
[
Property
]
,
OwnerRecordType
,
ContextData
>
}
Type Parameters
RecordType
OwnerRecordType
ContextData
extends
AnyRecord
=
AnyRecord
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webdeveric/utils
Loading...