glob
GitHub
isaacs projects
Preparing search index...
index
sync
Variable sync
Const
sync
:
{
(
pattern
:
string
|
string
[]
,
options
:
GlobOptionsWithFileTypesFalse
,
)
:
string
[]
;
(
pattern
:
string
|
string
[]
,
options
:
GlobOptionsWithFileTypesTrue
)
:
Path
[]
;
(
pattern
:
string
|
string
[]
,
options
?:
GlobOptionsWithFileTypesUnset
,
)
:
string
[]
;
(
pattern
:
string
|
string
[]
,
options
:
GlobOptions
)
:
string
[]
|
Path
[]
;
}
&
{
iterate
:
{
(
pattern
:
string
|
string
[]
,
options
?:
GlobOptionsWithFileTypesUnset
,
)
:
Generator
<
string
,
void
,
void
>
;
(
pattern
:
string
|
string
[]
,
options
:
GlobOptionsWithFileTypesTrue
,
)
:
Generator
<
Path
,
void
,
void
>
;
(
pattern
:
string
|
string
[]
,
options
:
GlobOptionsWithFileTypesFalse
,
)
:
Generator
<
string
,
void
,
void
>
;
(
pattern
:
string
|
string
[]
,
options
:
GlobOptions
,
)
:
Generator
<
string
,
void
,
void
>
|
Generator
<
Path
,
void
,
void
>
;
}
;
stream
:
{
(
pattern
:
string
|
string
[]
,
options
:
GlobOptionsWithFileTypesTrue
,
)
:
Minipass
<
Path
,
Path
>
;
(
pattern
:
string
|
string
[]
,
options
:
GlobOptionsWithFileTypesFalse
,
)
:
Minipass
<
string
,
string
>
;
(
pattern
:
string
|
string
[]
,
options
:
GlobOptionsWithFileTypesUnset
,
)
:
Minipass
<
string
,
string
>
;
(
pattern
:
string
|
string
[]
,
options
:
GlobOptions
,
)
:
|
Minipass
<
Path
,
Path
,
Events
<
Path
>
>
|
Minipass
<
string
,
string
,
Events
<
string
>
>
;
}
;
}
= ...
Type declaration
(
pattern
:
string
|
string
[]
,
options
:
GlobOptionsWithFileTypesFalse
)
:
string
[]
Synchronous form of
glob
Parameters
pattern
:
string
|
string
[]
options
:
GlobOptionsWithFileTypesFalse
Returns
string
[]
(
pattern
:
string
|
string
[]
,
options
:
GlobOptionsWithFileTypesTrue
)
:
Path
[]
Synchronous form of
glob
Parameters
pattern
:
string
|
string
[]
options
:
GlobOptionsWithFileTypesTrue
Returns
Path
[]
(
pattern
:
string
|
string
[]
,
options
?:
GlobOptionsWithFileTypesUnset
)
:
string
[]
Synchronous form of
glob
Parameters
pattern
:
string
|
string
[]
Optional
options
:
GlobOptionsWithFileTypesUnset
Returns
string
[]
(
pattern
:
string
|
string
[]
,
options
:
GlobOptions
)
:
string
[]
|
Path
[]
Synchronous form of
glob
Parameters
pattern
:
string
|
string
[]
options
:
GlobOptions
Returns
string
[]
|
Path
[]
iterate
:
{
(
pattern
:
string
|
string
[]
,
options
?:
GlobOptionsWithFileTypesUnset
,
)
:
Generator
<
string
,
void
,
void
>
;
(
pattern
:
string
|
string
[]
,
options
:
GlobOptionsWithFileTypesTrue
,
)
:
Generator
<
Path
,
void
,
void
>
;
(
pattern
:
string
|
string
[]
,
options
:
GlobOptionsWithFileTypesFalse
,
)
:
Generator
<
string
,
void
,
void
>
;
(
pattern
:
string
|
string
[]
,
options
:
GlobOptions
,
)
:
Generator
<
string
,
void
,
void
>
|
Generator
<
Path
,
void
,
void
>
;
}
stream
:
{
(
pattern
:
string
|
string
[]
,
options
:
GlobOptionsWithFileTypesTrue
,
)
:
Minipass
<
Path
,
Path
>
;
(
pattern
:
string
|
string
[]
,
options
:
GlobOptionsWithFileTypesFalse
,
)
:
Minipass
<
string
,
string
>
;
(
pattern
:
string
|
string
[]
,
options
:
GlobOptionsWithFileTypesUnset
,
)
:
Minipass
<
string
,
string
>
;
(
pattern
:
string
|
string
[]
,
options
:
GlobOptions
,
)
:
|
Minipass
<
Path
,
Path
,
Events
<
Path
>
>
|
Minipass
<
string
,
string
,
Events
<
string
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
isaacs projects
glob
Loading...
Synchronous form of glob