Remove includes from sequelize definition, since it's in lodash's now.

This commit is contained in:
Daniel Beckwith
2015-07-07 18:07:52 -04:00
parent 2f7754dceb
commit 9436ac816b
+1 -2
View File
@@ -2703,7 +2703,6 @@ declare module "sequelize"
}
interface Lodash extends _.LoDashStatic {
includes(str: string, needle: string): boolean;
camelizeIf(str: string, condition: boolean): string;
camelizeIf(str: string, condition: any): string;
underscoredIf(str: string, condition: boolean): string;
@@ -2785,4 +2784,4 @@ declare module "sequelize"
var sequelize: sequelize.SequelizeStatic;
export = sequelize;
}
}