GitHub
isaacs projects
Preparing search index...
The search index is not available
glob
glob
ignore
IgnoreLike
Interface IgnoreLike
interface
IgnoreLike
{
add
?:
(
(
ignore
:
string
)
=>
void
)
;
childrenIgnored
?:
(
(
p
:
Path
)
=>
boolean
)
;
ignored
?:
(
(
p
:
Path
)
=>
boolean
)
;
}
Implemented by
Ignore
Index
Properties
add?
children
Ignored?
ignored?
Properties
Optional
add
add
?:
(
(
ignore
:
string
)
=>
void
)
Optional
children
Ignored
children
Ignored
?:
(
(
p
:
Path
)
=>
boolean
)
Optional
ignored
ignored
?:
(
(
p
:
Path
)
=>
boolean
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
add
children
Ignored
ignored
GitHub
isaacs projects
glob
Loading...