mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Remove includes from sequelize definition, since it's in lodash's now.
This commit is contained in:
Vendored
+1
-2
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user