Skip to content

Commit

Permalink
fix: export parse method as default
Browse files Browse the repository at this point in the history
  • Loading branch information
f3rno64 committed Jan 15, 2024
1 parent bc73c15 commit 0ea597d
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
@@ -1,4 +1,5 @@
import parse from './parse'
import { InvalidInputError } from './errors'

export default parse
export { InvalidInputError, parse }

0 comments on commit 0ea597d

Please sign in to comment.