customTypings.js 374 B

1234567891011
  1. "use strict";
  2. /**
  3. * This file contains some types to make our
  4. * lifes easier when copy and pasting Java code.
  5. * With it we can keep int, float, etc., references
  6. * in code to keep as close as possible as the Java version
  7. * but without the need to sacrifice ourselves with boring
  8. * and annoying things.
  9. */
  10. Object.defineProperty(exports, "__esModule", { value: true });