mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
[types-02] Sequelize - Import Promise for target < es6 (#10862)
* import Promise for target < es6 * Fix test Promise type
This commit is contained in:
committed by
Mohamed Hegazy
parent
006cb52566
commit
3d8ad8de0b
1
sequelize/index.d.ts
vendored
1
sequelize/index.d.ts
vendored
@@ -11,6 +11,7 @@
|
||||
|
||||
|
||||
import * as _ from "lodash";
|
||||
import * as Promise from "bluebird";
|
||||
|
||||
declare namespace sequelize {
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import Sequelize = require("sequelize");
|
||||
import Promise = require('bluebird');
|
||||
|
||||
//
|
||||
// Fixtures
|
||||
|
||||
Reference in New Issue
Block a user