Fixed issue with re-exporting error on types and interfaces from mod.ts file

This commit is contained in:
Konrad Kornatowski
2021-02-21 12:51:42 +01:00
parent 87e69e29c6
commit a3cf7d5b79

11
mod.ts
View File

@@ -1,9 +1,12 @@
export {
export type {
Args,
Validator,
ValidationError,
validate,
Validatable,
ValidationError,
Validator,
} from './Validator.ts';
export {
validate,
ArraySymbol,
} from "./Validator.ts";
export {