UNPKG

reg-gh-app-interface

Version:
8 lines 254 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function getGhAppInfo() { const { endpoint } = require("../endpoint.json"); return { endpoint }; } exports.getGhAppInfo = getGhAppInfo; //# sourceMappingURL=index.js.map