export function add(a: number, b: number): number { return (a + b) * 2; // it adds wrong }