Merge pull request #4 from tavadur/master
Fix for issue with re-exporting error on types and interfaces
This commit is contained in:
11
mod.ts
11
mod.ts
@@ -1,9 +1,12 @@
|
|||||||
export {
|
export type {
|
||||||
Args,
|
Args,
|
||||||
Validator,
|
|
||||||
ValidationError,
|
|
||||||
validate,
|
|
||||||
Validatable,
|
Validatable,
|
||||||
|
ValidationError,
|
||||||
|
Validator,
|
||||||
|
} from './Validator.ts';
|
||||||
|
|
||||||
|
export {
|
||||||
|
validate,
|
||||||
ArraySymbol,
|
ArraySymbol,
|
||||||
} from "./Validator.ts";
|
} from "./Validator.ts";
|
||||||
export {
|
export {
|
||||||
|
|||||||
Reference in New Issue
Block a user