function glob
Jump to headingglob(pattern: string | string[]): AsyncIterableIterator<string>Retrieves the files matching the specified pattern.
Parameters Jump to heading
Jump to headingpattern: string | string[]Return Type Jump to heading
AsyncIterableIterator<string>Jump to headingglob(pattern: string | string[],opt: GlobOptionsWithFileTypes,): AsyncIterableIterator<Dirent>Parameters Jump to heading
Jump to headingpattern: string | string[]Return Type Jump to heading
AsyncIterableIterator<Dirent>Jump to headingglob(pattern: string | string[],): AsyncIterableIterator<string>Parameters Jump to heading
Jump to headingpattern: string | string[]Return Type Jump to heading
AsyncIterableIterator<string>Jump to headingglob(pattern: string | string[],opt: GlobOptions,): AsyncIterableIterator<Dirent> | AsyncIterableIterator<string>Parameters Jump to heading
Jump to headingpattern: string | string[]Return Type Jump to heading
AsyncIterableIterator<Dirent> | AsyncIterableIterator<string>