UNPKG

deliverybot

Version:

Controls and configures deployments using the GitHub API.

4 lines (3 loc) 194 B
import { Application } from "probot"; import { LockStore, WatchStore } from "./store"; export declare function app(application: Application, lockStore: LockStore, watchStore: WatchStore): void;