We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a5051b commit 76d99f8Copy full SHA for 76d99f8
src/adapters/globAsync.ts
@@ -1,4 +1,4 @@
1
-import glob from "glob";
+import { glob } from "glob";
2
3
export const globAsync = async (pattern: string) => {
4
return new Promise<Error | string[]>((resolve) => {
0 commit comments