github-graphql-api
Version:
A node client for the GitHub GraphQL API with minimal dependencies created with TypeScript.
9 lines • 311 B
JavaScript
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./github"));
const github_1 = require("./github");
exports.default = github_1.GitHub;
//# sourceMappingURL=index.js.map
;