deep-object-diff icon indicating copy to clipboard operation
deep-object-diff copied to clipboard

Support for maps?

Open SZOKOZ opened this issue 1 year ago • 0 comments

Some objects such as a map cannot have their keys or entries retrieved via Object.keys or Object.entries and you need to instead call those functions on the object itself e.g. new Map().entries() Could diff be updated to support objects that are iterable.

SZOKOZ avatar Mar 06 '24 18:03 SZOKOZ