UNPKG

badge-urls

Version:

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

6 lines (5 loc) 312 B
import { ShieldsIOOptions } from "../../options"; /** Label for Spiget Rating (/spiget/rating/:resourceId) */ export declare const label = "Spiget Rating"; /** URL for Spiget Rating (/spiget/rating/:resourceId) */ export declare const url: (resourceid: string, options?: ShieldsIOOptions | undefined) => string;