Skip to content

Commit

Permalink
Export all from lib and config folders
Browse files Browse the repository at this point in the history
  • Loading branch information
knor-el-snor committed Apr 27, 2018
1 parent 403019a commit 68c7ea0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.ts
@@ -1,4 +1,4 @@
export { parseErrors, I18nOptions } from './lib/parser';
export { errors } from './config/errors.config';
export { importTranslations, TranslationOptions } from './lib/importer';
export * from './config/errors.config';
export * from './lib/parser';
export * from './lib/importer';
export * from './lib/errors';

0 comments on commit 68c7ea0

Please sign in to comment.