UNPKG
codeowners-api
Version:
latest (2.0.0)
2.0.0
1.1.4
1.1.3
1.1.1
1.1.0
1.0.0
Simple module to interact with github codeowners
github.com/code-owners/codeowners-api
codeowners-api
/
lib
/
githubApi
/
index.js
8 lines
(7 loc)
•
221 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
function
__export
(
m
) {
for
(
var
p
in
m)
if
(!
exports
.
hasOwnProperty
(p))
exports
[p] = m[p]; }
exports
.
__esModule
=
true
;
__export
(
require
(
"./codeownerLocator"
));
__export
(
require
(
"./getUserTeamsNames"
));