UNPKG

badge-urls

Version:

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

6 lines (5 loc) 305 B
import { ShieldsIOOptions } from "../../options"; /** Label for iTunes App Store (/itunes/v/:bundleId) */ export declare const label = "iTunes App Store"; /** URL for iTunes App Store (/itunes/v/:bundleId) */ export declare const url: (bundleid: string, options?: ShieldsIOOptions | undefined) => string;