1.4.15 • Published 2 years ago

simple-validation-tools v1.4.15

Weekly downloads
5
License
MIT
Repository
-
Last release
2 years ago

simple-validation-tools

I created this library because there was room in my toolbox for my own fairly simple validation tools for TypeScript.

What does simple mean?

In this case it means the implementation is small, has no dependencies outside of TypeScript, a small module footprint and really only necessary abstraction such that you don't have to jump through 15 abstractions to see what something is and how it works.

There's a lot of boilerplate needed

Yes, I haven't done anything to reduce the need for an explicit interface, explicit type predicate and explicit constructors for those interfaces.

Interfaces and type predicates can differ and we get no compiler help

Use code generation:

gotyno-hs provides a compiler for type definitions that uses this library to generate all of the validators, etc.

1.4.15

2 years ago

1.4.14

2 years ago

1.4.13

2 years ago

1.4.6

3 years ago

1.4.9

3 years ago

1.4.11

3 years ago

1.4.8

3 years ago

1.4.10

3 years ago

1.4.7

3 years ago

1.4.12

3 years ago

1.4.5

3 years ago

1.4.4

3 years ago

1.4.3

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago