validator: updated to v4.5.1

This commit is contained in:
Ilya Mochalov
2016-01-25 04:20:55 +05:00
parent 7fffbd3e04
commit 25ef75ce61
3 changed files with 367 additions and 186 deletions
+1 -1
View File
@@ -5666,7 +5666,7 @@ declare module "sequelize" {
/**
* Validator Interface
*/
interface Validator extends IValidatorStatic {
interface Validator extends ValidatorJS.ValidatorStatic {
notEmpty( str : string ) : boolean;
len( str : string, min : number, max : number ) : boolean;