badge-urls
Version:
Helper functions to generate URLs for all badges / shields from shields.io
6 lines (5 loc) • 421 B
TypeScript
import { ShieldsIOOptions } from "../../options";
/** Label for Gerrit change status (/gerrit/:changeId?baseUrl=https%3A%2F%2Fandroid-review.googlesource.com) */
export declare const label = "Gerrit change status";
/** URL for Gerrit change status (/gerrit/:changeId?baseUrl=https%3A%2F%2Fandroid-review.googlesource.com) */
export declare const url: (changeid: string, options?: ShieldsIOOptions | undefined) => string;