UNPKG

badge-urls

Version:

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

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