Skip to content

Commit

Permalink
refactor: export default parse
Browse files Browse the repository at this point in the history
  • Loading branch information
f3rno64 committed Dec 22, 2023
1 parent 086bc97 commit b9cfd7b
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 @@ -10,3 +10,4 @@ import { InvalidInputError } from './errors'
*/

export { InvalidInputError, parse }
export default parse

0 comments on commit b9cfd7b

Please sign in to comment.