Skip to content

Commit

Permalink
chore: export injection symbols (#333)
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra authored Jun 30, 2021
1 parent d11f764 commit e1a4adf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import 'reflect-metadata'

export { Agent } from './agent/Agent'
export { InitConfig, OutboundPackage, DidCommMimeType } from './types'
export { InjectionSymbols } from './constants'
export type { Wallet } from './wallet/Wallet'

export * from './transport'
Expand Down

0 comments on commit e1a4adf

Please sign in to comment.