fsahmad/typescript-uml

View on GitHub
src/uml/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
export * from "./accessibility";
export * from "./association";
export * from "./class";
export * from "./codeModel";
export * from "./functionProperty";
export * from "./generalization";
export * from "./link";
export * from "./node";
export * from "./parameter";
export * from "./primaryType";
export * from "./property";
export * from "./stereotype";
export * from "./type";
export * from "./unionOrIntersectionType";
export * from "./variableProperty";