utilium
Preparing search index...
diff
FunctionRT
Type Alias FunctionRT<From, To>
FunctionRT
:
fn
extends
From
?
_FunctionRTUnknown
:
fn
extends
To
?
_FunctionRTUnknown
:
Parameters
<
From
>
[
"length"
]
extends
Parameters
<
To
>
[
"length"
]
?
_EQ
&
{
type
:
"function"
}
:
{
argCount
:
Subtract
<
Parameters
<
From
>
[
"length"
]
,
Parameters
<
To
>
[
"length"
]
,
>
;
result
:
"diff-arg"
;
type
:
"function"
;
}
Type Parameters
From
extends
fn
To
extends
fn
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
utilium
Loading...