1.3.3 • Published 3 months ago

anzenjs v1.3.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

Anzenjs

Introduction

Anzenjs is type-safe decorator library that help to ensure type-safety in runtime for typescript project. At compile time, it guards user from wrongly decorated property in class. At run time, it uses joi to validate input and transform it into correct decorated schema.

For examples please see the test directory. :)

Features

  • TODO

TODO

  • Add more tests.
  • Investigate some way to support more fine-grained type (like Email, Phone ...). Some ideas: newtype-ts
  • Maybe remove joi dependency from core library, so we can use it as a metadata library for other purpose?

Alternatives

There are some awesome libraries that solve the same problem domain:

1.3.3

3 months ago

1.3.2

3 months ago

1.3.1

4 months ago

1.3.0

4 months ago

1.2.0

4 months ago

1.1.0

4 months ago

1.0.1

4 months ago

1.0.0

6 months ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago