mirror of
https://github.com/elicpeter/nyx.git
synced 2026-07-15 21:11:02 +02:00
4 lines
36 B
TypeScript
4 lines
36 B
TypeScript
|
|
export function x() {
|
||
|
|
return 4;
|
||
|
|
}
|