We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It says
returns true if none of the things are undefined, as tested with typeof. This is the inverse of defined?
things
It should say
returns true if none of the things are undefined, as tested with typeof. This is the inverse of undefined?
https://docs.sibilant.org/defined
Sorry, would submit a pull request for this but I couldn't tell how to edit the docs correctly on first glance.
The text was updated successfully, but these errors were encountered:
Thanks for catching this! Here's the line in question: https://github.com/jbr/sibilant/blob/master/src/macros/predicates.sibilant#L49
Sorry, something went wrong.
No branches or pull requests
It says
It should say
https://docs.sibilant.org/defined
Sorry, would submit a pull request for this but I couldn't tell how to edit the docs correctly on first glance.
The text was updated successfully, but these errors were encountered: