UNPKG

badge-urls

Version:

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

6 lines (5 loc) 407 B
import { ShieldsIOOptions } from "../../options"; /** Label for npm bundle size (scoped) (/bundlephobia/:format/:scope/:packageName) */ export declare const label = "npm bundle size (scoped)"; /** URL for npm bundle size (scoped) (/bundlephobia/:format/:scope/:packageName) */ export declare const url: (format: string, scope: string, packagename: string, options?: ShieldsIOOptions | undefined) => string;