@jacobbubu/pull-tee
v1.0.1
Published
[](https://travis-ci.org/jacobbubu/pull-tee) [](https://coveralls.io/github/jacobbubu/pull-tee) [,
tee(
pull.collect((_, _a: number[]) => {
a = _a
if (b && a) assert.deepEqual(a, b)
})
),
pull.collect((_, _b: number[]) => {
b = _b
if (b && a) assert.deepEqual(a, b)
})
)
console.log(a, b)