Select Git revision
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
index.js 213 B
const account = require('./account');
const mbox = require('./mbox');
const opeinId = require('./openId');
const choice = require('./choice');
const IFI = {account, mbox, opeinId, choice};
module.exports = IFI;