added number

This commit is contained in:
Sebastian Seedorf
2020-05-26 00:42:16 +02:00
parent 218e596ede
commit c59e4a6a50
5 changed files with 101 additions and 4 deletions

1
mod.ts
View File

@@ -7,3 +7,4 @@ export {
ArraySymbol,
} from "./Validator.ts";
export * from "./validators/string.ts";
export * from "./validators/number.ts";