Skip to content

Commit

Permalink
fix: added export of FastifyHL7Options (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bugs5382 authored Jan 18, 2024
2 parents dc24f9a + 013bf05 commit 967e3aa
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 @@ -137,3 +137,4 @@ const fastifyHL7 = fp<FastifyHL7Options>(async (fastify, opts) => {
})

export default fastifyHL7
export { FastifyHL7Options }

0 comments on commit 967e3aa

Please sign in to comment.