badge-urls
Version:
Helper functions to generate URLs for all badges / shields from shields.io
6 lines (5 loc) • 425 B
TypeScript
import { ShieldsIOOptions } from "../../options";
/** Label for Stack Exchange monthly questions (/stackexchange/:stackexchangesite/qm/:query) */
export declare const label = "Stack Exchange monthly questions";
/** URL for Stack Exchange monthly questions (/stackexchange/:stackexchangesite/qm/:query) */
export declare const url: (stackexchangesite: string, query: string, options?: ShieldsIOOptions | undefined) => string;