UNPKG

badge-urls

Version:

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

6 lines (5 loc) 278 B
import { ShieldsIOOptions } from "../../options"; /** Label for Cocoapods (/cocoapods/l/:spec) */ export declare const label = "Cocoapods"; /** URL for Cocoapods (/cocoapods/l/:spec) */ export declare const url: (spec: string, options?: ShieldsIOOptions | undefined) => string;