function globSync
Jump to headingglobSync(pattern: string | string[]): string[]Retrieves the files matching the specified pattern.
Parameters Jump to heading
Jump to headingpattern: string | string[]Return Type Jump to heading
string[]Jump to headingglobSync(pattern: string | string[],options: GlobOptionsWithFileTypes,): Dirent[]Parameters Jump to heading
Jump to headingpattern: string | string[]Return Type Jump to heading
Dirent[]Jump to headingglobSync(pattern: string | string[],options: GlobOptionsWithoutFileTypes,): string[]Parameters Jump to heading
Jump to headingpattern: string | string[]Return Type Jump to heading
string[]Jump to headingglobSync(pattern: string | string[],options: GlobOptions,): Dirent[] | string[]Parameters Jump to heading
Jump to headingpattern: string | string[]Jump to headingoptions: GlobOptionsReturn Type Jump to heading
Dirent[] | string[]