glob
Call Signature
Section titled “Call Signature”glob(
this,pattern,callback):void
Defined in: src/node/async.ts:856
Retrieves the files matching the specified pattern.
Parameters
Section titled “Parameters”unknown
pattern
Section titled “pattern”string | readonly string[]
callback
Section titled “callback”GlobCallback<[string[]]>
Returns
Section titled “Returns”void
Call Signature
Section titled “Call Signature”glob(
this,pattern,options,callback):void
Defined in: src/node/async.ts:857
Retrieves the files matching the specified pattern.
Parameters
Section titled “Parameters”unknown
pattern
Section titled “pattern”string | readonly string[]
options
Section titled “options”GlobOptionsWithFileTypes
callback
Section titled “callback”GlobCallback<[Dirent<string>[]]>
Returns
Section titled “Returns”void
Call Signature
Section titled “Call Signature”glob(
this,pattern,options,callback):void
Defined in: src/node/async.ts:863
Retrieves the files matching the specified pattern.
Parameters
Section titled “Parameters”unknown
pattern
Section titled “pattern”string | readonly string[]
options
Section titled “options”GlobOptionsWithoutFileTypes
callback
Section titled “callback”GlobCallback<[string[]]>
Returns
Section titled “Returns”void
Call Signature
Section titled “Call Signature”glob(
this,pattern,options,callback):void
Defined in: src/node/async.ts:869
Retrieves the files matching the specified pattern.
Parameters
Section titled “Parameters”unknown
pattern
Section titled “pattern”string | readonly string[]
options
Section titled “options”GlobOptions
callback
Section titled “callback”GlobCallback<[string[] | Dirent<string>[]]>
Returns
Section titled “Returns”void