Skip to content

Commit

Permalink
fix: Add more exports
Browse files Browse the repository at this point in the history
  • Loading branch information
bn3t committed Oct 25, 2024
1 parent d8d6a90 commit 9ce2220
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
export { SSIN } from '@/lib/SSIN';
export * from '@/lib/types';
export * from '@/lib/SSINExtractorHelper';
export * from '@/lib/SSINValidatorHelper';
export * from '@/lib/SSINGeneratorHelper';

0 comments on commit 9ce2220

Please sign in to comment.