/** * This module exports all functions from the checkPersianPhone module. */ export * from './checkPersianPhone'; /** * This module exports all functions from the isMci module. */ export * from './isMci'; /** * This module exports all of the functions and variables from the isMtn module. */ export * from './isMtn'; /** * This module exports all of the functions and variables from the 'isRightel' module. */ export * from './isRightel';