Skip to content

Commit d83223f

Browse files
committed
fix(types): update for ESM and re-export of Probot
1 parent ac04c19 commit d83223f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.d.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ declare function run(
44
probotApp: ApplicationFunction | ApplicationFunction[]
55
): Promise<void>;
66

7-
export = { run };
7+
export { run };
8+
export * from "probot";

0 commit comments

Comments
 (0)