123456/** * Whatever is passed in, it will return 'normal' * @param word a word * @returns 'normal' */ export const normal = (word: string) => 'normal'