mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-21 20:18:06 +02:00
4 lines
38 B
TypeScript
4 lines
38 B
TypeScript
|
|
export function foo() {
|
||
|
|
return 1;
|
||
|
|
}
|