mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Fixed tests for sequelize
This commit is contained in:
Vendored
+3
-3
@@ -5,9 +5,9 @@
|
||||
|
||||
// Based on original work by: samuelneff <https://github.com/samuelneff/sequelize-auto-ts/blob/master/lib/sequelize.d.ts>
|
||||
|
||||
/// <reference path="./lodash.d.ts" />
|
||||
/// <reference path="./bluebird.d.ts" />
|
||||
/// <reference path="./validator.d.ts" />
|
||||
/// <reference path="../lodash/lodash.d.ts" />
|
||||
/// <reference path="../bluebird/bluebird.d.ts" />
|
||||
/// <reference path="../validator/validator.d.ts" />
|
||||
|
||||
declare module "sequelize" {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user