UNPKG

badge-urls

Version:

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

6 lines (5 loc) 391 B
import { ShieldsIOOptions } from "../../options"; /** Label for Open Collective backers and sponsors (/opencollective/all/:collective) */ export declare const label = "Open Collective backers and sponsors"; /** URL for Open Collective backers and sponsors (/opencollective/all/:collective) */ export declare const url: (collective: string, options?: ShieldsIOOptions | undefined) => string;