badge-urls
Version:
Helper functions to generate URLs for all badges / shields from shields.io
6 lines (5 loc) • 447 B
TypeScript
import { ShieldsIOOptions } from "../../options";
/** Label for Visual Studio App Center Size (/visual-studio-app-center/releases/size/:owner/:app/:token) */
export declare const label = "Visual Studio App Center Size";
/** URL for Visual Studio App Center Size (/visual-studio-app-center/releases/size/:owner/:app/:token) */
export declare const url: (owner: string, app: string, token: string, options?: ShieldsIOOptions | undefined) => string;