-
Notifications
You must be signed in to change notification settings - Fork 194
Closed
Labels
Description
Am I missing something or there is no .has() api method? (similar to Map)
What I need is to distinguish between situation when there's no key in cache (has would return false) or there is a key in cache, but it's value is undefined. If I use .get(key) for this - both will return undefined.
Reactions are currently unavailable