UNPKG

badge-urls

Version:

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

6 lines (5 loc) 376 B
import { ShieldsIOOptions } from "../../options"; /** Label for Read the Docs (version) (/readthedocs/:packageName/:version) */ export declare const label = "Read the Docs (version)"; /** URL for Read the Docs (version) (/readthedocs/:packageName/:version) */ export declare const url: (packagename: string, version: string, options?: ShieldsIOOptions | undefined) => string;