UNPKG

badge-urls

Version:

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

6 lines (5 loc) 447 B
import { ShieldsIOOptions } from "../../options"; /** Label for Sonar Tech Debt (/sonar/:metric/:component?server=http%3A%2F%2Fsonar.petalslink.com&sonarVersion=4.2) */ export declare const label = "Sonar Tech Debt"; /** URL for Sonar Tech Debt (/sonar/:metric/:component?server=http%3A%2F%2Fsonar.petalslink.com&sonarVersion=4.2) */ export declare const url: (metric: string, component: string, options?: ShieldsIOOptions | undefined) => string;