UNPKG

badge-urls

Version:

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

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