UNPKG

autogit-plugin-github-publish

Version:
17 lines (16 loc) 459 B
declare const defaultOptions: { remote: string; token: string; message: string; force: boolean; private: boolean; ssh: boolean; }; declare function factory(customOptions?: Partial<typeof defaultOptions>): (config: any, repoPath: any, ctx: any, task: any) => Promise<any>; declare const _default: typeof factory & { default: typeof factory; } declare namespace _default { export type type = typeof factory; } export = _default;