UNPKG

badge-urls

Version:

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

6 lines (5 loc) 365 B
import { ShieldsIOOptions } from "../../options"; /** Label for SymfonyInsight Violations (/symfony/i/violations/:projectUuid) */ export declare const label = "SymfonyInsight Violations"; /** URL for SymfonyInsight Violations (/symfony/i/violations/:projectUuid) */ export declare const url: (projectuuid: string, options?: ShieldsIOOptions | undefined) => string;