Skip to content

Commit

Permalink
rm useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyuki committed Oct 8, 2024
1 parent 5ee9c84 commit 139de3c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/webpack-plugin/lib/runtime/optionProcessor.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
declare global {
namespace NodeJS {
interface Global {
// @ts-ignore
[key: string]: any
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
declare global {
namespace NodeJS {
interface Global {
// @ts-ignore
[key: string]: any
}
}
Expand Down

0 comments on commit 139de3c

Please sign in to comment.