badge-urls
Version:
Helper functions to generate URLs for all badges / shields from shields.io
6 lines (5 loc) • 372 B
TypeScript
import { ShieldsIOOptions } from "../../options";
/** Label for Mastodon Follow (/mastodon/follow/:id?domain=https%3A%2F%2Fmastodon.social) */
export declare const label = "Mastodon Follow";
/** URL for Mastodon Follow (/mastodon/follow/:id?domain=https%3A%2F%2Fmastodon.social) */
export declare const url: (id: string, options?: ShieldsIOOptions | undefined) => string;