Skip to content

Commit

Permalink
feat: export Session from the main entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Bricklou committed Apr 9, 2024
1 parent 1073646 commit 8364a87
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 @@ -11,3 +11,4 @@ export * as errors from './src/errors.js'
export { configure } from './configure.js'
export { stubsRoot } from './stubs/main.js'
export { defineConfig, stores } from './src/define_config.js'
export { Session } from './src/session.js'

0 comments on commit 8364a87

Please sign in to comment.