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

fjl v2.0 - Flip args order for 'instanceOf' and 'hasOwnProperty', and addition of 'isNullish', and 'notNullish' methods #85

Merged
merged 4 commits into from
Feb 9, 2024

Conversation

elycruz
Copy link
Member

@elycruz elycruz commented Feb 9, 2024

Fixes #80 , and adds isNullish and notNullish methods.

… updated some doc blocks, and removed some unrequired imports..
…ated 'isset' method, and reversed params for 'hasOwnProperty' method.
…d 'isInstanceOf' to 'instanceOfSome', and replaced use of '(\!)isset' with 'notNullish', and 'isNullish', respectively.
@elycruz elycruz self-assigned this Feb 9, 2024
@elycruz elycruz merged commit 389a3a1 into main Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

next: Methods that return booleans but take more than one arg, should not have their members flipped
1 participant