We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac04c19 commit d83223fCopy full SHA for d83223f
index.d.ts
@@ -4,4 +4,5 @@ declare function run(
4
probotApp: ApplicationFunction | ApplicationFunction[]
5
): Promise<void>;
6
7
-export = { run };
+export { run };
8
+export * from "probot";
0 commit comments