Skip to content

Commit

Permalink
[types-02] Sequelize - Import Promise for target < es6 (DefinitelyTyp…
Browse files Browse the repository at this point in the history
…ed#10862)

* import Promise for target < es6

* Fix test Promise type
  • Loading branch information
alitaheri authored and mhegazy committed Oct 3, 2016
1 parent 006cb52 commit 3d8ad8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sequelize/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@


import * as _ from "lodash";
import * as Promise from "bluebird";

declare namespace sequelize {

Expand Down
1 change: 1 addition & 0 deletions sequelize/sequelize-tests.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Sequelize = require("sequelize");
import Promise = require('bluebird');

//
// Fixtures
Expand Down

0 comments on commit 3d8ad8d

Please sign in to comment.