mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
business-rules-engine - fix name at declare modules
This commit is contained in:
+1
-1
@@ -104,4 +104,4 @@ declare module Validators {
|
||||
public tagName: string;
|
||||
}
|
||||
}
|
||||
declare module "node-Validators" {export = Validators;}
|
||||
declare module "node-validators" {export = Validators;}
|
||||
|
||||
Vendored
+1
-1
@@ -7,4 +7,4 @@ declare module Utils {
|
||||
static GetNegDigits(value: string): number;
|
||||
}
|
||||
}
|
||||
declare module "node-Utils" {export = Utils;}
|
||||
declare module "node-utils" {export = Utils;}
|
||||
|
||||
+1
-1
@@ -233,4 +233,4 @@ declare module Validation {
|
||||
static GetValidationMessage(validator: any): string;
|
||||
}
|
||||
}
|
||||
export = Validation;
|
||||
declare module "node-validation" {export = Validation;}
|
||||
|
||||
@@ -11,6 +11,7 @@ export interface IPerson{
|
||||
Email:string;
|
||||
}
|
||||
|
||||
|
||||
//create custom composite validator
|
||||
var personValidator = new Validation.AbstractValidator<IPerson>();
|
||||
|
||||
|
||||
+1
-1
@@ -239,4 +239,4 @@ declare module Validation {
|
||||
static GetValidationMessage(validator: any): string;
|
||||
}
|
||||
}
|
||||
declare module "<%= pkg.name %>" {export = Validation;}
|
||||
declare module "business-rule-engine" {export = Validation;}
|
||||
|
||||
Reference in New Issue
Block a user