mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-07 16:30:12 +08:00
Merge pull request #1300 from drewnoakes/patch-1
lodash.d.ts: Added missing semicolon
This commit is contained in:
Vendored
+1
-1
@@ -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