globSync
Retrieves the files matching the specified pattern.
external fun globSync(pattern: String, options: GlobOptionsWithFileTypes): ReadonlyArray<Dirent>(source)
external fun globSync(pattern: ReadonlyArray<String>, options: GlobOptionsWithFileTypes): ReadonlyArray<Dirent>(source)
external fun globSync(pattern: String, options: GlobOptionsWithoutFileTypes): ReadonlyArray<String>(source)
external fun globSync(pattern: ReadonlyArray<String>, options: GlobOptionsWithoutFileTypes): ReadonlyArray<String>(source)