mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-13 12:37:16 +08:00
Merge pull request #17362 from Torhal/sequelize_v3_bluebird
Import bluebird as Promise to fix breakage
This commit is contained in:
1
types/sequelize/index.d.ts
vendored
1
types/sequelize/index.d.ts
vendored
@@ -6,7 +6,6 @@
|
||||
|
||||
// Based on original work by: samuelneff <https://github.com/samuelneff/sequelize-auto-ts/blob/master/lib/sequelize.d.ts>
|
||||
|
||||
/// <reference types="lodash" />
|
||||
/// <reference types="validator" />
|
||||
|
||||
|
||||
|
||||
4
types/sequelize/v3/index.d.ts
vendored
4
types/sequelize/v3/index.d.ts
vendored
@@ -2,15 +2,15 @@
|
||||
// Project: http://sequelizejs.com
|
||||
// Definitions by: samuelneff <https://github.com/samuelneff>, Peter Harris <https://github.com/codeanimal>, Ivan Drinchev <https://github.com/drinchev>, Nick Mueller <https://github.com/morpheusxaut>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.2
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
// Based on original work by: samuelneff <https://github.com/samuelneff/sequelize-auto-ts/blob/master/lib/sequelize.d.ts>
|
||||
|
||||
/// <reference types="lodash" />
|
||||
/// <reference types="validator" />
|
||||
|
||||
|
||||
import * as _ from "lodash";
|
||||
import * as Promise from "bluebird";
|
||||
|
||||
declare namespace sequelize {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user