mirror of
https://github.com/LucasDower/ObjToSchematic.git
synced 2025-12-11 20:15:30 +01:00
3 lines
70 B
TypeScript
3 lines
70 B
TypeScript
export function testExport(x: number, y: number) {
|
|
return x + y;
|
|
} |