Preparing search index...
The search index is not available
type-plus - v8.0.0-beta.7
type-plus
ArrayPlus
Find
DefaultOptions
Interface DefaultOptions<Criteria>
Default option for the
$never
branch.
Unsurprisingly, defaulting
$never
to
never
.
interface
DefaultOptions
<
Criteria
>
{
$never
:
never
;
$notMatch
:
never
;
$tuple
:
"does not support tuple. Please use `FindFirst` or `TuplePlus.Find` instead."
;
$unionNotMatch
:
never
;
$widen
:
undefined
|
Criteria
;
widen
:
true
;
}
Type Parameters
Criteria
Hierarchy (
View Summary
)
ArrayPlus
.
ElementMatch
.
DefaultOptions
<
Criteria
>
$Never
.
$Default
DefaultOptions
FindFirst
.
DefaultOptions
Index
Properties
$never
$not
Match
$tuple
$union
Not
Match
$widen
widen
Properties
$never
$never
:
never
$not
Match
$notMatch
:
never
$tuple
$tuple
:
"does not support tuple. Please use `FindFirst` or `TuplePlus.Find` instead."
$union
Not
Match
$unionNotMatch
:
never
$widen
$widen
:
undefined
|
Criteria
widen
widen
:
true
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
$never
$not
Match
$tuple
$union
Not
Match
$widen
widen
type-plus - v8.0.0-beta.7
Loading...
Default option for the
$never
branch.Unsurprisingly, defaulting
$never
tonever
.