@webdeveric/utils
Preparing search index...
normalize
NormalizerFn
Type Alias NormalizerFn<PropertyType, OwnerRecordType, ContextData>
NormalizerFn
:
(
input
:
PropertyType
,
context
:
NormalizeContext
<
OwnerRecordType
,
ContextData
>
,
)
=>
PropertyType
Type Parameters
PropertyType
OwnerRecordType
=
unknown
ContextData
extends
AnyRecord
=
AnyRecord
Type Declaration
(
input
:
PropertyType
,
context
:
NormalizeContext
<
OwnerRecordType
,
ContextData
>
,
)
:
PropertyType
Parameters
input
:
PropertyType
context
:
NormalizeContext
<
OwnerRecordType
,
ContextData
>
Returns
PropertyType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webdeveric/utils
Loading...