All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.reactiverse.es4x.codegen.enums.js.templ Maven / Gradle / Ivy

@includeNamed{"common.templ"}
@if{incrementalIndex==0}
/// \n
module.exports = {\n
@end{}
  @{type.raw.simpleName}: Java.type('@{type.name}')@if{incrementalIndex!=incrementalSize-1},@end{}\n
@if{incrementalIndex==incrementalSize-1}
};\n
@end{}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy