UNPKG
reg-gh-app-interface
Version:
latest (1.3.0)
1.3.0
1.2.0
1.1.0
1.0.6
1.0.4
1.0.1
1.0.0
0.7.5
0.7.2
0.5.9
0.5.6
0.5.5
0.4.1
0.4.0
0.1.0
0.0.15
0.0.14
*T.B.D.*
github.com/reg-viz/gh-app
reg-viz/gh-app
reg-gh-app-interface
/
lib
/
index.js
8 lines
•
254 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
function
getGhAppInfo
(
) {
const
{ endpoint } =
require
(
"../endpoint.json"
);
return
{ endpoint }; }
exports
.
getGhAppInfo
= getGhAppInfo;
//# sourceMappingURL=index.js.map