Skip to content

Commit

Permalink
refactor: export stubsRoot
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jan 9, 2024
1 parent 42c90e3 commit 5cca17f
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 @@ -10,6 +10,7 @@
export * as errors from './src/errors.js'
export { Bouncer } from './src/bouncer.js'
export { configure } from './configure.js'
export { stubsRoot } from './stubs/main.js'
export { BasePolicy } from './src/base_policy.js'
export { AuthorizationResponse } from './src/response.js'
export { action, allowGuest } from './src/decorators/action.js'

0 comments on commit 5cca17f

Please sign in to comment.