UNPKG

badge-urls

Version:

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

6 lines (5 loc) 304 B
import { ShieldsIOOptions } from "../../options"; /** Label for Crates.io (recent) (/crates/dr/:crate) */ export declare const label = "Crates.io (recent)"; /** URL for Crates.io (recent) (/crates/dr/:crate) */ export declare const url: (crate: string, options?: ShieldsIOOptions | undefined) => string;