UNPKG

badge-urls

Version:

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

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