UNPKG

badge-urls

Version:

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

6 lines (5 loc) 385 B
import { ShieldsIOOptions } from "../../options"; /** Label for GitHub search hit counter (/github/search/:user/:repo/:query) */ export declare const label = "GitHub search hit counter"; /** URL for GitHub search hit counter (/github/search/:user/:repo/:query) */ export declare const url: (user: string, repo: string, query: string, options?: ShieldsIOOptions | undefined) => string;