UNPKG

badge-urls

Version:

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

6 lines (5 loc) 262 B
import { ShieldsIOOptions } from "../../options"; /** Label for CTAN (/ctan/v/:library) */ export declare const label = "CTAN"; /** URL for CTAN (/ctan/v/:library) */ export declare const url: (library: string, options?: ShieldsIOOptions | undefined) => string;