0.0.8 • Published 10 years ago

multivalidator-ts v0.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

Build Status npm version

multivalidator-ts

Validate string, number and date object type

1. Validate integer number
2. Validate minimum and maximum value number
3. Validate string length
4. Validate email
5. Validate by regular expression
6. Validate object properties

Usage and example

Documentation http://multivalidatorts.pascalsystem.pl/

TypeScript

This module writen in TypeScript

If you use TypeScript you must put this line with correct path in your script.

/// <reference path='./node_modules/multivalidator-ts/multivalidator-ts.d.ts' /> 

Installation

npm i multivalidator-ts
0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago