mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
validator: updated to v4.5.1
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user