Documentation
Preparing search index...
@dry-lint/dry-lint
Extractor
Type Alias Extractor<TShape>
Extractor
:
|
(
(
filePath
:
string
,
fileText
:
string
)
=>
Declaration
<
TShape
>
[]
)
|
(
(
filePath
:
string
,
fileText
:
string
)
=>
Promise
<
Declaration
<
TShape
>
[]
>
)
Signature for extractor plugins.
Type Parameters
TShape
=
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Signature for extractor plugins.