Skip to content

Commit

Permalink
fix: remove export Error and add export default for Validator
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel committed Sep 6, 2022
1 parent 1dba4e9 commit 42c1d0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
export * from "./Validator";
export * from "./Error";

import {Validator} from './Validator'
export default Validator

0 comments on commit 42c1d0c

Please sign in to comment.