UNPKG

badge-urls

Version:

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

7 lines (6 loc) 522 B
// This file was auto-generated. Do not modify it by hand and instead modify the scraper or code generator files. import { urlWithOptions } from "../../options"; /** Label for Visual Studio Marketplace Rating (/visual-studio-marketplace/r/:extensionId) */ export const label = `Visual Studio Marketplace Rating`; /** URL for Visual Studio Marketplace Rating (/visual-studio-marketplace/r/:extensionId) */ export const url = (extensionid, options) => urlWithOptions(`/visual-studio-marketplace/r/${extensionid}`, options);