You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All functions under Underscore's "Collection Functions" category should take both arrays and objects (i.e. both _.List<T>s and _.Dictionary<T>s). However, the types for these functions only allow _.List<T> (for example, _.sortBy and _.groupBy).
@types/xxxxpackage and had problems.Definitions by:inindex.d.ts) so they can respond.All functions under Underscore's "Collection Functions" category should take both arrays and objects (i.e. both
_.List<T>s and_.Dictionary<T>s). However, the types for these functions only allow_.List<T>(for example,_.sortByand_.groupBy).