export function testFunction(input: string) { console.log(input); } export default testFunction;