Skip to content

Commit

Permalink
Added array types to module exports
Browse files Browse the repository at this point in the history
  • Loading branch information
AdiHarif committed Apr 26, 2024
1 parent 843e964 commit ebf6411
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/module_exports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export * from './vertex/pass_vertex.js';
export * from './vertex/vertex_visitor.js';
export * from './type/type.js';
export * from './type/type_visitor.js';
export * from './type/array_type.js';
export * from './edge.js';
export * from './output/relations.js';
export * from './output/dot.js';
Expand Down

0 comments on commit ebf6411

Please sign in to comment.