Skip to content

Commit

Permalink
refactor: export formatters and loaders from the main entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Oct 20, 2023
1 parent ff059b8 commit 34b92c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ export { I18n } from './src/i18n.js'
export { configure } from './configure.js'
export { stubsRoot } from './stubs/main.js'
export { I18nManager } from './src/i18n_manager.js'
export { defineConfig } from './src/define_config.js'
export { defineConfig, formatters, loaders } from './src/define_config.js'

0 comments on commit 34b92c8

Please sign in to comment.