/** * This module exports all functions from the checkIdNumber module. */ export * from './checkIdNumber'; /** * This module exports all functions from the 'findIdNumber' module. */ export * from './findIdNumber';