Skip to content

Commit

Permalink
refactor: export exceptions from pkg entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Jul 21, 2023
1 parent 6b3590f commit 8e467e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ import './src/bindings/types.js'
export { defineConfig } from './src/define_config.js'
export { stubsRoot } from './stubs/main.js'
export { configure } from './configure.js'
export * as errors from './src/exceptions.js'

export * from './src/defenses/index.js'

0 comments on commit 8e467e2

Please sign in to comment.