badge-urls
Version:
Helper functions to generate URLs for all badges / shields from shields.io
6 lines (5 loc) • 363 B
TypeScript
import { ShieldsIOOptions } from "../../options";
/** Label for Steam Collection Files (/steam/collection-files/:collectionId) */
export declare const label = "Steam Collection Files";
/** URL for Steam Collection Files (/steam/collection-files/:collectionId) */
export declare const url: (collectionid: string, options?: ShieldsIOOptions | undefined) => string;