UNPKG

badge-urls

Version:

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

6 lines (5 loc) 313 B
import { ShieldsIOOptions } from "../../options"; /** Label for Gem download rank (daily) (/gem/rd/:gem) */ export declare const label = "Gem download rank (daily)"; /** URL for Gem download rank (daily) (/gem/rd/:gem) */ export declare const url: (gem: string, options?: ShieldsIOOptions | undefined) => string;