Skip to content

Commit

Permalink
feat: expose errors via entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
icidasset committed Dec 21, 2023
1 parent 4b582ba commit d8ec1b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nest/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export { CID } from 'multiformats/cid'

export * from './app-info.js'
export * from './class.js'
export * from './errors.js'
export * from './events.js'
export * from './root-tree.js'
export * from './root-tree/basic.js'
Expand Down

0 comments on commit d8ec1b5

Please sign in to comment.