Hex Core JS
Preparing search index...
Tables
TableComparisonFunctions
Type Alias TableComparisonFunctions<T>
TableComparisonFunctions
:
{
[
K
in
keyof
T
]
:
{
asc
:
ComparisonFunction
<
T
[
K
]
>
;
desc
:
ComparisonFunction
<
T
[
K
]
>
;
}
}
Type Parameters
T
extends
Record
<
any
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Hex Core JS
Loading...