diff --git a/lodash/lodash.d.ts b/lodash/lodash.d.ts index aa303a0436..2141842af3 100644 --- a/lodash/lodash.d.ts +++ b/lodash/lodash.d.ts @@ -494,7 +494,7 @@ declare module _ { * @param shallow If true then only flatten one level, optional, default = false. * @return `array` flattened. **/ - flatten(array: List, isShallow?: boolean): T[] + flatten(array: List, isShallow?: boolean): T[]; flatten( array: List,