We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b76c850 + 63b666a commit cc5e9ccCopy full SHA for cc5e9cc
src/index.ts
@@ -32,6 +32,8 @@ namespace FastGlob {
32
export type Pattern = PatternInternal;
33
export type FileSystemAdapter = FileSystemAdapterInternal;
34
35
+ export const async = FastGlob;
36
+
37
export function sync(source: PatternInternal | PatternInternal[], options: OptionsInternal & EntryObjectPredicate): EntryInternal[];
38
export function sync(source: PatternInternal | PatternInternal[], options?: OptionsInternal): string[];
39
export function sync(source: PatternInternal | PatternInternal[], options?: OptionsInternal): EntryItem[] {
0 commit comments