UNPKG

badge-urls

Version:

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

6 lines (5 loc) 355 B
import { ShieldsIOOptions } from "../../options"; /** Label for David (path) (/david/:kind?/:user/:repo?path=packages%2Fbabel-core) */ export declare const label = "David (path)"; /** URL for David (path) (/david/:kind?/:user/:repo?path=packages%2Fbabel-core) */ export declare const url: (kind: string, options?: ShieldsIOOptions | undefined) => string;