mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-09 03:30:09 +00:00
Merge pull request #1300 from drewnoakes/patch-1
lodash.d.ts: Added missing semicolon
This commit is contained in:
2
lodash/lodash.d.ts
vendored
2
lodash/lodash.d.ts
vendored
@@ -494,7 +494,7 @@ declare module _ {
|
||||
* @param shallow If true then only flatten one level, optional, default = false.
|
||||
* @return `array` flattened.
|
||||
**/
|
||||
flatten<T>(array: List<any>, isShallow?: boolean): T[]
|
||||
flatten<T>(array: List<any>, isShallow?: boolean): T[];
|
||||
|
||||
flatten<T>(
|
||||
array: List<any>,
|
||||
|
||||
Reference in New Issue
Block a user