Skip to content

Conversation

@patricknazar
Copy link
Contributor

According to the example in consumeOneProduceTwoTopics.js we have:

const [one$, two$] = stream$
    .branch([() => true, () => true]);

but index.d.ts says branch() wants one predicate that returns an array of booleans. It should be an array of predicates that return boolean.

@krystianity krystianity merged commit a7c8a88 into nodefluent:master Jun 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants