Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
feat: expose ValidatorFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
tkow committed Nov 5, 2018
1 parent deed980 commit 428b0a0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
export { withValidateReducer, watchRootReducer, Error, Validator } from "./lib";
export {
withValidateReducer,
watchRootReducer,
Error,
Validator,
ValidationWatcherFactory
} from "./lib";
2 changes: 2 additions & 0 deletions src/lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { ValidationWatcherFactory } from "./ValidationWatcherFactory";
export { Validator, Error } from "./types";

export {ValidationWatcherFactory}

export function getInstance() {
const {
watchRootReducer,
Expand Down

0 comments on commit 428b0a0

Please # to comment.