mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
retype q.d.ts to Q.d.ts
This commit is contained in:
parent
ecfdf2e7d3
commit
fde53d67c1
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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user