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

Export pure isNothing() function #332

Merged
merged 1 commit into from
Apr 19, 2022
Merged

Export pure isNothing() function #332

merged 1 commit into from
Apr 19, 2022

Conversation

screendriver
Copy link
Contributor

import { isNothing, nothing, Maybe } from 'true-myth/maybe';

const myJust: Maybe<string> = nothing();

if (isNothing(myJust)) {
  console.log('No myJust.value available');
}

This will also "fix" #305 (comment) somehow. isNothing will then show up in https://true-myth.js.org/modules/maybe.html

@chriskrycho
Copy link
Collaborator

Mind rebasing now that #331 has landed? Thanks!

@screendriver
Copy link
Contributor Author

Rebased 🙂

@chriskrycho chriskrycho merged commit 3e313b8 into true-myth:main Apr 19, 2022
This was referenced Apr 22, 2022
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.

None yet

2 participants