UNPKG

@wabarc/broker

Version:

Pack and store webpages from Telegram channel.

18 lines (17 loc) 413 B
import { Task } from '@wabarc/archiver'; export declare class GitHub { private contract; private prefix; private folder; private octokit; private credentials; constructor(contract: { token: string; owner: string; repo: string; }); process(stages: Task[]): Promise<boolean>; latestID(): Promise<number>; private tagging; private createContent; }