Preparing search index...
The search index is not available
core-utils
core-utils
@clipboard-health/rules-engine
firstMatch
Function firstMatch
firstMatch
<
TInput
,
TOutput
,
TContext
extends
RuleContext
<
TInput
,
TOutput
>
>
(
...
rules
:
Rule
<
TInput
,
TOutput
,
TContext
>
[]
,
)
:
Rule
<
TInput
,
TOutput
,
TContext
>
Run the first rule that returns true for
runIf
.
Type Parameters
TInput
TOutput
TContext
extends
RuleContext
<
TInput
,
TOutput
>
Parameters
...
rules
:
Rule
<
TInput
,
TOutput
,
TContext
>
[]
The rules to run.
Returns
Rule
<
TInput
,
TOutput
,
TContext
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
core-utils
Loading...
Run the first rule that returns true for
runIf
.