Skip to content

Commit ba0dc7a

Browse files
authored
feat: add types (#35)
1 parent 8e1f0f8 commit ba0dc7a

File tree

4 files changed

+9623
-420
lines changed

4 files changed

+9623
-420
lines changed

index.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import { ApplicationFunction } from "probot";
2+
3+
declare function run(
4+
probotApp: ApplicationFunction | ApplicationFunction[]
5+
): Promise<void>;
6+
7+
export = { run };

0 commit comments

Comments
 (0)