Documentation
Preparing search index...
@dry-lint/dry-lint
ExtractorOptions
Interface ExtractorOptions<TShape>
interface
ExtractorOptions
<
TShape
=
unknown
>
{
isDuplicate
?:
(
a
:
TShape
,
b
:
TShape
)
=>
boolean
;
}
Type Parameters
TShape
=
unknown
Index
Properties
is
Duplicate?
Properties
Optional
is
Duplicate
isDuplicate
?:
(
a
:
TShape
,
b
:
TShape
)
=>
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
is
Duplicate
Documentation
Loading...