Options
All
  • Public
  • Public/Protected
  • All
Menu

Runtime data validation for TypeScript - v0.2.2

This is the detailed API documentation for runtime-data-validation. This package contains a long list of TypeScript decorators for performing automatic data validation.

This package contains three major functional units:

As of this writing the Validation functions are mostly simple wrappers over functions provided by the validator.js package. Likewise, the Validation decorators are simple wrappers over those functions.