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