UNPKG

badge-urls

Version:

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

6 lines (5 loc) 451 B
import { ShieldsIOOptions } from "../../options"; /** Label for Bugzilla bug status (non-Mozilla) (/bugzilla/:bugNumber?baseUrl=https%3A%2F%2Fbugs.eclipse.org%2Fbugs) */ export declare const label = "Bugzilla bug status (non-Mozilla)"; /** URL for Bugzilla bug status (non-Mozilla) (/bugzilla/:bugNumber?baseUrl=https%3A%2F%2Fbugs.eclipse.org%2Fbugs) */ export declare const url: (bugnumber: string, options?: ShieldsIOOptions | undefined) => string;