toryfx.typescriptGenerator.3.2.1.source-code.module-info Maven / Gradle / Ivy
module io.github.factoryfx.typescriptGenerator {
requires io.github.factoryfx.factory;
requires com.google.common;
exports io.github.factoryfx.factory.typescript.generator;
exports io.github.factoryfx.factory.typescript.generator.ts;
exports io.github.factoryfx.factory.typescript.generator.construct;
exports io.github.factoryfx.factory.typescript.generator.construct.atttributes;
}