Raynos/xtend

Provide the ability to return a ES6 Map(), and WeakMap()

EvanCarroll opened this issue · 2 comments

ES6 will be providing Map and WeakMap. We should privde the ability to return one of them instead.

What do you think about,

extend(super, override, <form>);

Where form defaults to the typeOf super?

You can use xtend/mutable that will mutate the source rather then create a new object.

A function extend(map, otherMap) is a different module, not this module.