Skip to content

Commit

Permalink
feat(nitrobase): add exports for nitrobase-helper and nitrobase-types…
Browse files Browse the repository at this point in the history
… in main.ts
  • Loading branch information
alimd committed Nov 8, 2024
1 parent c328892 commit 865fcc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/nitrobase/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ import {packageTracer} from '@alwatr/nanolib';

export * from '@alwatr/nitrobase-engine';
export * from '@alwatr/nitrobase-reference';
export * from '@alwatr/nitrobase-helper';
export * from '@alwatr/nitrobase-types';

__dev_mode__: packageTracer.add(__package_name__, __package_version__);

0 comments on commit 865fcc8

Please sign in to comment.