Skip to content

Commit

Permalink
LionWeb-io#9 export more symbols for the Node package
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiostalla committed Mar 16, 2023
1 parent f058dfe commit f561bc8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/mod.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
export * from './types.ts';
export * from './m3/types.ts';
export * from './m3/builtins.ts';
export * from './m3/serializer.ts';
export * from './m3/deserializer.ts';
export * from './serializer.ts';
export * from './deserializer.ts';

0 comments on commit f561bc8

Please sign in to comment.