badge-urls
Version:
Helper functions to generate URLs for all badges / shields from shields.io
6 lines (5 loc) • 308 B
TypeScript
import { ShieldsIOOptions } from "../../options";
/** Label for Cocoapods platforms (/cocoapods/p/:spec) */
export declare const label = "Cocoapods platforms";
/** URL for Cocoapods platforms (/cocoapods/p/:spec) */
export declare const url: (spec: string, options?: ShieldsIOOptions | undefined) => string;