mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
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