UNPKG

sponsors

Version:

Add github sponsors button to your github repo by adding yml file

2 lines 665 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.filename=exports.path=exports.funding=void 0;// @ts-check var funding=function(a){var b=a.github,c=a.patreon,d=a.open_collective,e=a.community_bridge,f=a.paypal;return" # For more - see https://help.github.com/articles/displaying-a-sponsor-button-in-your-repository\n\n".concat(b?"github: "+b:"","\n").concat(c?"patreon: "+c:"","\n").concat(d?"open_collective: "+d:"","\n").concat(e?"community_bridge: "+e:"","\n").concat(f?"custom: https://paypal.me/"+f:"","\n")};exports.funding=funding;var path=".github";exports.path=".github";var filename="FUNDING.yml";exports.filename="FUNDING.yml";