password.check.js 89 B

1234567
  1. function check() {
  2. console.log('password checked.');
  3. }
  4. module.exports = {
  5. check,
  6. };