globSync
Call Signature
Section titled “Call Signature”globSync(
this,pattern):string[]
Defined in: src/node/sync.ts:806
Retrieves the files matching the specified pattern.
Parameters
Section titled “Parameters”unknown
pattern
Section titled “pattern”string | readonly string[]
Returns
Section titled “Returns”string[]
Call Signature
Section titled “Call Signature”globSync(
this,pattern,options):Dirent<string>[]
Defined in: src/node/sync.ts:807
Retrieves the files matching the specified pattern.
Parameters
Section titled “Parameters”unknown
pattern
Section titled “pattern”string | readonly string[]
options
Section titled “options”GlobOptionsWithFileTypes
Returns
Section titled “Returns”Dirent<string>[]
Call Signature
Section titled “Call Signature”globSync(
this,pattern,options):string[]
Defined in: src/node/sync.ts:808
Retrieves the files matching the specified pattern.
Parameters
Section titled “Parameters”unknown
pattern
Section titled “pattern”string | readonly string[]
options
Section titled “options”GlobOptionsWithoutFileTypes
Returns
Section titled “Returns”string[]
Call Signature
Section titled “Call Signature”globSync(
this,pattern,options):string[] |Dirent<string>[]
Defined in: src/node/sync.ts:809
Retrieves the files matching the specified pattern.
Parameters
Section titled “Parameters”unknown
pattern
Section titled “pattern”string | readonly string[]
options
Section titled “options”GlobOptions
Returns
Section titled “Returns”string[] | Dirent<string>[]