Skip to content

Commit e68e6ba

Browse files
added index.ts
1 parent 6e4f766 commit e68e6ba

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

node/src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export * from './shared/types';
2+
export * from './abstract';
3+
export { Mesh } from './mesh';

0 commit comments

Comments
 (0)