globSync

external fun globSync(pattern: String): ReadonlyArray<String>(source)

Retrieves the files matching the specified pattern.


external fun globSync(pattern: String, options: GlobOptions): Any(source)
external fun globSync(pattern: ReadonlyArray<String>, options: GlobOptions): Any(source)