We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd01cc commit 9ce364fCopy full SHA for 9ce364f
src/app.d.ts
@@ -17,4 +17,4 @@ declare interface Window {
17
// solc does not have a type definition file.
18
declare module 'solc' {
19
export function compile(input: string, opts?: any): any;
20
-}
+}
0 commit comments