/** * This module exports all functions from the letterCount module. */ export * from './letterCount'; /** * This statement exports all of the functions and variables from the 'persianLetterSpacing' module. * This allows other modules to import and use them. */ export * from './persianLetterSpacing'; /** * This module exports all functions from the 'removeSpace' module. */ export * from './removeSpace'; /** * This module exports all functions from the wordCount file. */ export * from './wordCount';