1
2
3
4
export function add(a: number, c: number) {
return a + c;
}