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 8962374 commit b167451Copy full SHA for b167451
src/node/glob.ts
@@ -1,5 +1,5 @@
1
import * as pathModule from 'path';
2
-import {toRegex} from 'glob-to-regex.js';
+import { toRegex } from 'glob-to-regex.js';
3
import { IGlobOptions } from './types/options';
4
import { pathToFilename } from './util';
5
import Dirent from './Dirent';
0 commit comments