From a3cf7d5b79d86061ca17af7c0c928ce02579af4d Mon Sep 17 00:00:00 2001 From: Konrad Kornatowski Date: Sun, 21 Feb 2021 12:51:42 +0100 Subject: [PATCH] Fixed issue with re-exporting error on types and interfaces from mod.ts file --- mod.ts | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/mod.ts b/mod.ts index b01ee8f..5656ad6 100644 --- a/mod.ts +++ b/mod.ts @@ -1,9 +1,12 @@ -export { +export type { Args, - Validator, - ValidationError, - validate, Validatable, + ValidationError, + Validator, +} from './Validator.ts'; + +export { + validate, ArraySymbol, } from "./Validator.ts"; export {