UNPKG

badge-urls

Version:

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

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