Skip to content

Commit

Permalink
only export Config
Browse files Browse the repository at this point in the history
  • Loading branch information
youngbryanyu committed Jan 16, 2024
1 parent 644b57f commit ab438ba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { Config } from './simple-app-config';
import { NestableDataTypes } from './constants';
import EnvParser from './utils/envParser';

/* Set exports */
export { Config, NestableDataTypes as DataTypes, EnvParser };
export { Config };

/* Set Config to be the default export */
export default Config;

0 comments on commit ab438ba

Please sign in to comment.