Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 433 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 433 Bytes

ts-joi-validator

A Run time validator for Typescript using Joi.

Description

Typescript is a static language, it supports compile time validation. This project is utilizing typescript decorators to run JOI validation at run time.

Getting Started

Dependencies

  • Joi version 16
  • Typescript version 3 or 4

Installing

  • To be added to npm.

Help

See examples on how to run joi with and without TS decorators.