Merge pull request #4494 from daptiv/90296-fte-rounding

Add in _.mapValues definitions for use in chains
This commit is contained in:
Masahiro Wakame
2015-06-08 01:42:48 +09:00
2 changed files with 309 additions and 274 deletions
+2
View File
@@ -143,6 +143,8 @@ result = <string>_('test').value();
result = <number[]>_([1, 2, 3]).value();
result = <_.Dictionary<string>>_(<{ [index: string]: string; }>{ 'key1': 'test1', 'key2': 'test2' }).value();
result = <_.Dictionary<number>>_({ a: 1, b: 2}).mapValues(function(num: number) { return num * 2; }).value();
// /*************
// * Arrays *
// *************/
+307 -274
View File
File diff suppressed because it is too large Load Diff