UNPKG

@virsas/vue-components

Version:

Virsas Vue3 and/or Quasar2 component library

8 lines (7 loc) 129 B
export const isValidConfirmation = (val1, val2) => { if (val1 === val2) { return true; } else { return false; } };