Skip to content

Commit

Permalink
feat: export config source providers (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
JadenKim-dev authored Aug 15, 2024
1 parent d755b89 commit e2f4202
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
export * from './lib/config.module';
export * from './lib/abstract/abstract-config.service';

export * from './lib/abstract/abstract-config-source-provider';
export * from './lib/provider/dotenv-source-provider';
export * from './lib/provider/process-env-source-provider';

export * from './lib/type-transformer';
export * from './lib/config-scanner';

0 comments on commit e2f4202

Please sign in to comment.