UNPKG

77 BJavaScriptView Raw
1module.exports = function (cb) {
2 cb(require('./one'), require('./two'));
3};
\No newline at end of file