mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Merge pull request #12627 from Cody157/patch-2
Update castArray definition.
This commit is contained in:
Vendored
+1
-1
@@ -10986,7 +10986,7 @@ declare module _ {
|
||||
* @param value The value to inspect.
|
||||
* @return Returns the cast array.
|
||||
*/
|
||||
castArray<T>(value: T): T[];
|
||||
castArray<T>(value?: T | T[]): T[];
|
||||
}
|
||||
|
||||
interface LoDashImplicitWrapper<T> {
|
||||
|
||||
Reference in New Issue
Block a user