UNPKG

badge-urls

Version:

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

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