2023-10-06 18:08:36 +01:00

3 lines
70 B
TypeScript

export function testExport(x: number, y: number) {
return x + y;
}