FileOutput.hx 78 B

12345
  1. package php.io;
  2. #if !haxe3
  3. typedef FileOutput = sys.io.FileOutput;
  4. #end