Skip to content

glob

glob(this, pattern, callback): void

Defined in: src/node/async.ts:856

Retrieves the files matching the specified pattern.

unknown

string | readonly string[]

GlobCallback<[string[]]>

void

glob(this, pattern, options, callback): void

Defined in: src/node/async.ts:857

Retrieves the files matching the specified pattern.

unknown

string | readonly string[]

GlobOptionsWithFileTypes

GlobCallback<[Dirent<string>[]]>

void

glob(this, pattern, options, callback): void

Defined in: src/node/async.ts:863

Retrieves the files matching the specified pattern.

unknown

string | readonly string[]

GlobOptionsWithoutFileTypes

GlobCallback<[string[]]>

void

glob(this, pattern, options, callback): void

Defined in: src/node/async.ts:869

Retrieves the files matching the specified pattern.

unknown

string | readonly string[]

GlobOptions

GlobCallback<[string[] | Dirent<string>[]]>

void