UNPKG

badge-urls

Version:

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

10 lines (9 loc) 796 B
"use strict"; // This file was auto-generated. Do not modify it by hand and instead modify the scraper or code generator files. Object.defineProperty(exports, "__esModule", { value: true }); exports.url = exports.label = void 0; var options_1 = require("../../options"); /** Label for W3C Validation (/w3c-validation/:parser?preset=HTML%2C%20SVG%201.1%2C%20MathML%203.0&targetUrl=https%3A%2F%2Fvalidator.nu%2F) */ exports.label = "W3C Validation"; /** URL for W3C Validation (/w3c-validation/:parser?preset=HTML%2C%20SVG%201.1%2C%20MathML%203.0&targetUrl=https%3A%2F%2Fvalidator.nu%2F) */ exports.url = function (parser, options) { return options_1.urlWithOptions("/w3c-validation/" + parser + "?preset=HTML%2C%20SVG%201.1%2C%20MathML%203.0&targetUrl=https%3A%2F%2Fvalidator.nu%2F", options); };