UNPKG

probot

Version:

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

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