UNPKG
sponsors
Version:
latest (0.2.0)
0.2.0
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Add github sponsors button to your github repo by adding yml file
luispa.dev
sponsors
/
dist
/
index.js
10 lines
(8 loc)
•
145 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
con
= con;
function
con
(
) {
console
.
log
(
"sponsors"
); }