Skip to content

Commit

Permalink
fix: export FaudaOptions and generateTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
ngryman committed Nov 17, 2020
1 parent 6a77f30 commit f0935b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
export * from './types'
export * from './generator'

export { fauda } from './fauda'
export default fauda

0 comments on commit f0935b5

Please sign in to comment.