Main.hx 93 B

12345
  1. function test(input) {
  2. return (input is Array) ? input[0] : input;
  3. }
  4. function main() {}