mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
lodash: Fix test (#19191)
This commit is contained in:
@@ -5527,7 +5527,7 @@ namespace TestSome {
|
||||
result = _.some<SampleObject>(list, {a: 42});
|
||||
|
||||
result = _.some<SampleObject>(dictionary);
|
||||
result = _.some<SampleObject>(numericDictionary, dictionaryIterator);
|
||||
result = _.some<SampleObject>(numericDictionary, numericDictionaryIterator);
|
||||
result = _.some<SampleObject>(dictionary, (value, key, collection) => {
|
||||
value.a--;
|
||||
key.substr(0);
|
||||
|
||||
Reference in New Issue
Block a user