function check() { console.log('password checked.'); } module.exports = { check, };