7 lines
98 B
JavaScript
7 lines
98 B
JavaScript
|
const github = function (body) {
|
||
|
};
|
||
|
|
||
|
const gitlab = github;
|
||
|
|
||
|
module.exports = { github, gitlab };
|