Skip to content

Commit

Permalink
Remove URL TypeScript type workaround (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Apr 11, 2023
1 parent bfd2555 commit 55a3c64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion index.d.ts
@@ -1,4 +1,3 @@
import {URL} from 'node:url'; // TODO: Remove this when https://github.com/DefinitelyTyped/DefinitelyTyped/issues/34960 is fixed.
import {Options as FastGlobOptions, Entry} from 'fast-glob';

export type GlobEntry = Entry;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -67,7 +67,7 @@
},
"devDependencies": {
"@globby/main-branch": "sindresorhus/globby#main",
"@types/node": "^17.0.10",
"@types/node": "^17.0.18",
"ava": "^4.0.1",
"benchmark": "2.1.4",
"get-stream": "^6.0.1",
Expand Down

0 comments on commit 55a3c64

Please sign in to comment.