We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42136ef commit ff68187Copy full SHA for ff68187
index.d.ts
@@ -1,4 +1,3 @@
1
-import {URL} from 'node:url'; // TODO: Remove this when https://github.com/DefinitelyTyped/DefinitelyTyped/issues/34960 is fixed.
2
import {Options as FastGlobOptions, Entry} from 'fast-glob';
3
4
export type GlobEntry = Entry;
package.json
@@ -67,7 +67,7 @@
67
},
68
"devDependencies": {
69
"@globby/main-branch": "sindresorhus/globby#main",
70
- "@types/node": "^17.0.10",
+ "@types/node": "^17.0.18",
71
"ava": "^4.0.1",
72
"benchmark": "2.1.4",
73
"get-stream": "^6.0.1",
0 commit comments