montagejs / collections

This package contains JavaScript implementations of common data structures with idiomatic interfaces.
http://www.collectionsjs.com
Other
2.09k stars 185 forks source link

Set to undefined #194

Open ShGKme opened 6 years ago

ShGKme commented 6 years ago

I would like to set map (FastMap) element to undefined, but even I use () => { return undefined;} as getDefault, .toObject() and sometimes .get returns null as a value instead of undefined.

hthetiot commented 6 years ago

No sure I understand, can you write a simple test.