mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-06 17:29:08 +00:00
Merge pull request #19529 from creadicted/patch-1
camelizeIf and underscoredIf moved from SequelizeLoDash to Utils
This commit is contained in:
5
types/sequelize/v3/index.d.ts
vendored
5
types/sequelize/v3/index.d.ts
vendored
@@ -6158,8 +6158,6 @@ declare namespace sequelize {
|
||||
|
||||
interface SequelizeLoDash extends _.LoDashStatic {
|
||||
|
||||
camelizeIf(str: string, condition: boolean): string;
|
||||
underscoredIf(str: string, condition: boolean): string;
|
||||
/**
|
||||
* * Returns an array with some falsy values removed. The values null, "", undefined and NaN are considered
|
||||
* falsey.
|
||||
@@ -6173,6 +6171,9 @@ declare namespace sequelize {
|
||||
|
||||
interface Utils {
|
||||
|
||||
camelizeIf(str: string, condition: boolean): string;
|
||||
underscoredIf(str: string, condition: boolean): string;
|
||||
|
||||
_: SequelizeLoDash;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user