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 (latest) (/crates/dv/:crate) */ export declare const label = "Crates.io (latest)"; /** URL for Crates.io (latest) (/crates/dv/:crate) */ export declare const url: (crate: string, options?: ShieldsIOOptions | undefined) => string;