Concat second+ parameter can be plain value.

This commit is contained in:
pafflique
2016-09-19 17:51:12 +03:00
committed by GitHub
parent e461330a9a
commit bb5916e645

2
lodash/lodash.d.ts vendored
View File

@@ -501,7 +501,7 @@ declare module _ {
* console.log(array);
* // => [1]
*/
concat<T>(...values: (T[]|List<T>)[]) : T[];
concat<T>(array: T[]|List<T>, ...values: (T|T[]|List<T>)[]) : T[];
}
//_.difference