UNPKG

badge-urls

Version:

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

6 lines (5 loc) 279 B
import { ShieldsIOOptions } from "../../options"; /** Label for Wheelmap (/wheelmap/a/:nodeId) */ export declare const label = "Wheelmap"; /** URL for Wheelmap (/wheelmap/a/:nodeId) */ export declare const url: (nodeid: string, options?: ShieldsIOOptions | undefined) => string;