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