UNPKG

badge-urls

Version:

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

6 lines (5 loc) 534 B
import { ShieldsIOOptions } from "../../options"; /** Label for node-current (scoped with tag, custom registry) (/node/v/@:scope/:packageName/:tag?registry_uri=https%3A%2F%2Fregistry.npmjs.com) */ export declare const label = "node-current (scoped with tag, custom registry)"; /** URL for node-current (scoped with tag, custom registry) (/node/v/@:scope/:packageName/:tag?registry_uri=https%3A%2F%2Fregistry.npmjs.com) */ export declare const url: (packagename: string, tag: string, options?: ShieldsIOOptions | undefined) => string;