UNPKG

badge-urls

Version:

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

6 lines (5 loc) 292 B
import { ShieldsIOOptions } from "../../options"; /** Label for Buildkite (/buildkite/:identifier) */ export declare const label = "Buildkite"; /** URL for Buildkite (/buildkite/:identifier) */ export declare const url: (identifier: string, options?: ShieldsIOOptions | undefined) => string;