/** * This module exports all functions from the letterCount module. */ export * from './letterCount'; /** * This module exports all functions from the wordCount file. */ export * from './wordCount';