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

fix: isObject returns true for null #45

Open
ThorstenSuckow opened this issue Jun 24, 2022 · 0 comments
Open

fix: isObject returns true for null #45

ThorstenSuckow opened this issue Jun 24, 2022 · 0 comments
Assignees
Labels

Comments

@ThorstenSuckow
Copy link
Member

Add check for bottom value to prevent false positive

export const isObject = target => typeof target === "object";

@ThorstenSuckow ThorstenSuckow self-assigned this Jun 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant