Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for maps? #102

Open
SZOKOZ opened this issue Mar 6, 2024 · 0 comments
Open

Support for maps? #102

SZOKOZ opened this issue Mar 6, 2024 · 0 comments

Comments

@SZOKOZ
Copy link

SZOKOZ commented Mar 6, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant