badge-urls
Version:
Helper functions to generate URLs for all badges / shields from shields.io
6 lines (5 loc) • 340 B
TypeScript
import { ShieldsIOOptions } from "../../options";
/** Label for SymfonyInsight Stars (/symfony/i/stars/:projectUuid) */
export declare const label = "SymfonyInsight Stars";
/** URL for SymfonyInsight Stars (/symfony/i/stars/:projectUuid) */
export declare const url: (projectuuid: string, options?: ShieldsIOOptions | undefined) => string;