UNPKG

badge-urls

Version:

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

6 lines (5 loc) 390 B
import { ShieldsIOOptions } from "../../options"; /** Label for Uptime Robot ratio (7 days) (/uptimerobot/ratio/7/:monitorSpecificKey) */ export declare const label = "Uptime Robot ratio (7 days)"; /** URL for Uptime Robot ratio (7 days) (/uptimerobot/ratio/7/:monitorSpecificKey) */ export declare const url: (monitorspecifickey: string, options?: ShieldsIOOptions | undefined) => string;