resk-llm-ts - v1.0.0
GitHub
npm
Preparing search index...
index
DetectorSection
Interface DetectorSection
interface
DetectorSection
{
enabled
:
boolean
;
high
?:
{
name
:
string
;
pattern
:
string
;
description
:
string
}
[]
;
medium
?:
{
name
:
string
;
pattern
:
string
;
description
:
string
}
[]
;
low
?:
{
name
:
string
;
pattern
:
string
;
description
:
string
}
[]
;
}
Index
Properties
enabled
high?
medium?
low?
Properties
enabled
enabled
:
boolean
Optional
high
high
?:
{
name
:
string
;
pattern
:
string
;
description
:
string
}
[]
Optional
medium
medium
?:
{
name
:
string
;
pattern
:
string
;
description
:
string
}
[]
Optional
low
low
?:
{
name
:
string
;
pattern
:
string
;
description
:
string
}
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
enabled
high
medium
low
Documentation
GitHub
npm
resk-llm-ts - v1.0.0
Loading...