-
-
Save artfuldev/9b10161c432e2d637248b6cc1d30323e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const allowed$ = | |
xs.merge( | |
puzzle$ | |
.mapTo(false), | |
puzzle$ | |
.compose(delay(4000)) | |
.mapTo(true) | |
).remember(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment