badge-urls
Version:
Helper functions to generate URLs for all badges / shields from shields.io
6 lines (5 loc) • 317 B
TypeScript
import { ShieldsIOOptions } from "../../options";
/** Label for Bountysource (/bountysource/team/:team/activity) */
export declare const label = "Bountysource";
/** URL for Bountysource (/bountysource/team/:team/activity) */
export declare const url: (team: string, options?: ShieldsIOOptions | undefined) => string;