Skip to content

Commit

Permalink
feat: add types (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Jan 7, 2022
1 parent 8e1f0f8 commit ba0dc7a
Show file tree
Hide file tree
Showing 4 changed files with 9,623 additions and 420 deletions.
7 changes: 7 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { ApplicationFunction } from "probot";

declare function run(
probotApp: ApplicationFunction | ApplicationFunction[]
): Promise<void>;

export = { run };

0 comments on commit ba0dc7a

Please sign in to comment.