Индекс экспорт в Nodejs

// index.js
module.exports = {
  signIn: require('./signIn')
, signOut: require('./signOut')
};
Salo Hopeless