You-Dont-Need-Lodash-Underscore icon indicating copy to clipboard operation
You-Dont-Need-Lodash-Underscore copied to clipboard

Misleading isEmpty subtitle indicating it does not work with Set or Map

Open kwokhou opened this issue 4 years ago • 1 comments

This subtitle for _.isEmpty is misleading, it kind of imply that the lodash's version does not evaluate Set or Map (which is not true), see lodash isEmpty code here.

If the ❗️is for the Native implementation, it should put on top of the Native method.

_.isEmpty Checks if value is an empty object or collection. ❗️Note this is not evaluating a Set or a Map

kwokhou avatar Feb 04 '20 01:02 kwokhou

@kwokhou PR welcome

stevemao avatar Feb 04 '20 02:02 stevemao