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

equal object support #262

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

equal object support #262

wants to merge 4 commits into from

Conversation

pnowak
Copy link

@pnowak pnowak commented Mar 1, 2017

No description provided.

is.js Outdated
return true;
}

if (length !== Object.keys(other)) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is wrong. Maybe you wanted to write length !== Object.keys(other).length

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree, in the next commit 382f695 I changed it.

@evdama
Copy link

evdama commented Mar 18, 2022

I'd like to add this to https://github.com/evdama/is-it-check
Would you mind sending a PR quickly? 😃

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

Successfully merging this pull request may close these issues.

4 participants