UNPKG

120 BJavaScriptView Raw
1module.exports = octokit =>
2 octokit.registerEndpoints({
3 enterpriseAdmin: require("./enterprise-admin.json")
4 });