@haxall/haxall
Preparing search index...
node
fs
node:fs/promises
glob
Function glob
glob
(
pattern
:
string
|
string
[]
)
:
AsyncIterator
<
string
>
Retrieves the files matching the specified pattern.
Parameters
pattern
:
string
|
string
[]
Returns
AsyncIterator
<
string
>
glob
(
pattern
:
string
|
string
[]
,
opt
:
GlobOptionsWithFileTypes
,
)
:
AsyncIterator
<
Dirent
<
string
>
>
Retrieves the files matching the specified pattern.
Parameters
pattern
:
string
|
string
[]
opt
:
GlobOptionsWithFileTypes
Returns
AsyncIterator
<
Dirent
<
string
>
>
glob
(
pattern
:
string
|
string
[]
,
opt
:
GlobOptionsWithoutFileTypes
,
)
:
AsyncIterator
<
string
>
Retrieves the files matching the specified pattern.
Parameters
pattern
:
string
|
string
[]
opt
:
GlobOptionsWithoutFileTypes
Returns
AsyncIterator
<
string
>
glob
(
pattern
:
string
|
string
[]
,
opt
:
GlobOptions
,
)
:
AsyncIterator
<
string
|
Dirent
<
string
>
>
Retrieves the files matching the specified pattern.
Parameters
pattern
:
string
|
string
[]
opt
:
GlobOptions
Returns
AsyncIterator
<
string
|
Dirent
<
string
>
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@haxall/haxall
Loading...
Retrieves the files matching the specified pattern.