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