UNPKG

open-community-kit

Version:
18 lines (15 loc) 349 B
const contributorsLib = require('./contributors'); /** * Bundling all APIs together * @param {*} options */ const OCK = { contributors: { github: { archive: async function(owner, options){ contributorsLib.archiveContributorsLeaderboard(owner, options) } } } } exports.OCK = OCK;