export necessary objects and types from packages/parser

This commit is contained in:
Reda Al Sulais
2023-11-03 22:45:23 +03:00
parent 0a626917f8
commit 58c7934dd8
2 changed files with 7 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
export type { Info, Pie, PieSection } from './language/index.js';
export * from './language/index.js';
export * from './parse.js';