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