We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904385e commit 31b5403Copy full SHA for 31b5403
index.d.ts
@@ -20,5 +20,5 @@ declare module "solc" {
20
export type ReadCallbackResult = { contents: string } | { error: string };
21
export type ReadCallback = (path: string) => ReadCallbackResult;
22
export type Callbacks = { import: ReadCallback };
23
- export function compile(input: string, readCallback?: Callbacks | ReadCallback): string;
+ export function compile(input: string, readCallback?: Callbacks): string;
24
}
0 commit comments