UNPKG

probot

Version:

A framework for building GitHub Apps to automate and improve your workflow

6 lines (5 loc) 185 B
export declare function probotView({ name, description, version, }: { name?: string | undefined; description?: string | undefined; version?: string | undefined; }): string;