Home > @rushstack/heft > GlobFn
GlobFn type
Glob a set of files and return a list of paths that match the provided patterns.
Signature:
export type GlobFn = (pattern: string | string[], options?: IGlobOptions | undefined) => Promise<string[]>;
References: IGlobOptions