Skip to content

Commit

Permalink
change any to unknown in type defs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mokshit06 committed Aug 31, 2023
1 parent 525508e commit a751684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/node.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Add _compile to Module
declare namespace NodeJS {
interface Module {
_compile(content: string, filename: string): any;
_compile(content: string, filename: string): unknown;
}
}

0 comments on commit a751684

Please sign in to comment.