Use Q as a module consistently

This commit is contained in:
Mohamed Hegazy
2016-07-08 11:38:55 -07:00
parent ea9eb8c25d
commit 66c2cf2409
17 changed files with 27 additions and 43 deletions

View File

@@ -3,7 +3,9 @@
// Definitions by: Roman Samec <https://github.com/rsamec>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="Q" />
/// <reference types="q" />
import * as Q from "q";
export as namespace Validation;