UNPKG

badge-urls

Version:

Helper functions to generate URLs for all badges / shields from shields.io

6 lines (5 loc) 388 B
import { ShieldsIOOptions } from "../../options"; /** Label for MicroBadger Size (tag) (/microbadger/image-size/:user/:repo/:tag) */ export declare const label = "MicroBadger Size (tag)"; /** URL for MicroBadger Size (tag) (/microbadger/image-size/:user/:repo/:tag) */ export declare const url: (user: string, repo: string, tag: string, options?: ShieldsIOOptions | undefined) => string;