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 8195047 commit 4f27669Copy full SHA for 4f27669
src/lib/helpers.ts
@@ -1,6 +1,6 @@
1
import fs from 'fs';
2
import path from 'path';
3
-import minimatch from 'minimatch';
+import { minimatch } from 'minimatch';
4
5
export interface FileData {
6
path: string;
0 commit comments