mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 09:01:45 +08:00
retype q.d.ts to Q.d.ts
This commit is contained in:
2
business-rules-engine/BasicValidators.d.ts
vendored
2
business-rules-engine/BasicValidators.d.ts
vendored
@@ -4,7 +4,7 @@
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../underscore/underscore.d.ts" />
|
||||
/// <reference path="../q/q.d.ts" />
|
||||
/// <reference path="../q/Q.d.ts" />
|
||||
/// <reference path="../moment/moment.d.ts" />
|
||||
/// <reference path="../node/node.d.ts" />
|
||||
/// <reference path="business-rules-engine.d.ts" />
|
||||
|
||||
2
business-rules-engine/Validation.d.ts
vendored
2
business-rules-engine/Validation.d.ts
vendored
@@ -3,7 +3,7 @@
|
||||
// Definitions by: Roman Samec <https://github.com/rsamec>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../q/q.d.ts" />
|
||||
/// <reference path="../q/Q.d.ts" />
|
||||
/// <reference path="../underscore/underscore.d.ts" />
|
||||
declare module Validation {
|
||||
interface IErrorCustomMessage {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
// Source: typings/business-rules-engine/Validation.d.ts
|
||||
/// <reference path="../q/q.d.ts" />
|
||||
/// <reference path="../q/Q.d.ts" />
|
||||
/// <reference path="../underscore/underscore.d.ts" />
|
||||
declare module Validation {
|
||||
interface IErrorCustomMessage {
|
||||
|
||||
Reference in New Issue
Block a user