UNPKG

badge-urls

Version:

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

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