Skip to content

Commit

Permalink
Fix internal types for require's has method
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue authored May 6, 2020
1 parent 7206ac8 commit 04b03bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/require.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export default function <T = any>(moduleName: string): T;
export function has<T = any>(moduleName: string): T;
export function has(moduleName: string): boolean;

0 comments on commit 04b03bc

Please sign in to comment.