UNPKG

badge-urls

Version:

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

6 lines (5 loc) 399 B
import { ShieldsIOOptions } from "../../options"; /** Label for Stack Exchange questions (/stackexchange/:stackexchangesite/t/:query) */ export declare const label = "Stack Exchange questions"; /** URL for Stack Exchange questions (/stackexchange/:stackexchangesite/t/:query) */ export declare const url: (stackexchangesite: string, query: string, options?: ShieldsIOOptions | undefined) => string;