Skip to content

Commit 31b5403

Browse files
committed
0.6.0 update
1 parent 904385e commit 31b5403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ declare module "solc" {
2020
export type ReadCallbackResult = { contents: string } | { error: string };
2121
export type ReadCallback = (path: string) => ReadCallbackResult;
2222
export type Callbacks = { import: ReadCallback };
23-
export function compile(input: string, readCallback?: Callbacks | ReadCallback): string;
23+
export function compile(input: string, readCallback?: Callbacks): string;
2424
}

0 commit comments

Comments
 (0)