Skip to content

Commit

Permalink
chore(nest-typed-config-extended): export file loader
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaspearson committed May 26, 2023
1 parent 1b09354 commit 2ad461d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/nest-typed-config-extended/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
import { DotenvLoaderOptions, dotenvLoader } from 'nest-typed-config';

export { TypedConfigModuleOptions, selectConfig } from 'nest-typed-config';
export {
FileLoaderOptions,
TypedConfigModuleOptions,
fileLoader,
selectConfig,
} from 'nest-typed-config';

export { TypedConfigModuleExtended } from './typed-config-extended.module';

Expand Down

0 comments on commit 2ad461d

Please sign in to comment.