badge-urls
Version:
Helper functions to generate URLs for all badges / shields from shields.io
6 lines (5 loc) • 351 B
TypeScript
import { ShieldsIOOptions } from "../../options";
/** Label for PyPI - Implementation (/pypi/implementation/:packageName) */
export declare const label = "PyPI - Implementation";
/** URL for PyPI - Implementation (/pypi/implementation/:packageName) */
export declare const url: (packagename: string, options?: ShieldsIOOptions | undefined) => string;