UNPKG

badge-urls

Version:

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

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