mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Added more missing semicolons.
This commit is contained in:
Vendored
+2
-2
@@ -3201,12 +3201,12 @@ declare module _ {
|
||||
/**
|
||||
* @see _.functions
|
||||
**/
|
||||
functions(): _.LoDashArrayWrapper<string>
|
||||
functions(): _.LoDashArrayWrapper<string>;
|
||||
|
||||
/**
|
||||
* @see _.functions
|
||||
**/
|
||||
methods(): _.LoDashArrayWrapper<string>
|
||||
methods(): _.LoDashArrayWrapper<string>;
|
||||
}
|
||||
|
||||
//_.has
|
||||
|
||||
Reference in New Issue
Block a user